Skip to content

Commit

Permalink
Update build-signed-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leonlatsch committed Feb 27, 2024
1 parent 407777f commit 755d4c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-signed-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
keyPassword: ${{ secrets.KEY_PASSWORD }}
env:
# override default build-tools version (29.0.3) -- optional
BUILD_TOOLS_VERSION: "34.0.0"
BUILD_TOOLS_VERSION: "33.0.0"

# Sign .apk file
- name: Sign APK
Expand All @@ -58,7 +58,7 @@ jobs:
keyPassword: ${{ secrets.KEY_PASSWORD }}
env:
# override default build-tools version (29.0.3) -- optional
BUILD_TOOLS_VERSION: "34.0.0"
BUILD_TOOLS_VERSION: "33.0.0"

# Upload .aab Artifact
- name: Upload GPlay AAB Artifact
Expand Down

0 comments on commit 755d4c0

Please sign in to comment.