Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
user5522 authored Jan 14, 2024
1 parent a68ace4 commit 8fd0b39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
keyStorePassword: ${{ secrets.SIGNING_KEYSTORE_PASSWORD }}
alias: ${{ secrets.SIGNING_KEY_ALIAS }}
keyPassword: ${{ secrets.SIGNING_KEY_PASSWORD }}
env:
BUILD_TOOLS_VERSION: "34.0.0"
- name: Archive arm64-v8a
uses: actions/upload-artifact@v2
with:
Expand Down

1 comment on commit 8fd0b39

@user5522
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copied from r0adkll/sign-android-release#84 (comment)

Some additional context on this since I also encountered errors - Github has indeed removed tools versions versions prior to 31

Please sign in to comment.