Skip to content

Commit

Permalink
Merge pull request #6 from Emotional-Wellbeing/dominguez
Browse files Browse the repository at this point in the history
Update build tools version on master workflow
  • Loading branch information
VicDominguez authored May 16, 2024
2 parents 098b46f + 6bf1683 commit badd72d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Setup build tool version variable
shell: bash
run: |
BUILD_TOOL_VERSION=$(ls /usr/local/lib/android/sdk/build-tools/ | tail -n 1)
echo "BUILD_TOOL_VERSION=$BUILD_TOOL_VERSION" >> $GITHUB_ENV
echo Last build tool version is: $BUILD_TOOL_VERSION
- name: Set up JDK
uses: actions/setup-java@v3
with:
Expand Down Expand Up @@ -74,6 +81,8 @@ jobs:
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
alias: ${{ secrets.KEY_ALIAS }}
keyPassword: ${{ secrets.KEY_PASSWORD }}
env:
BUILD_TOOLS_VERSION: ${{ env.BUILD_TOOL_VERSION }}

# Waiting Play Store integration..
# - name: Sign AAB
Expand Down

0 comments on commit badd72d

Please sign in to comment.