Skip to content

Commit

Permalink
🐛 fix android action build.
Browse files Browse the repository at this point in the history
  • Loading branch information
lycstar committed Apr 20, 2024
1 parent 6fc1214 commit ce65c1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-GP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
alias: ${{ secrets.ALIAS }}
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
keyPassword: ${{ secrets.KEY_PASSWORD }}
env:
BUILD_TOOLS_VERSION: "34.0.0"
- name: Release to GP
uses: r0adkll/upload-google-play@v1
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
alias: ${{ secrets.ALIAS }}
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
keyPassword: ${{ secrets.KEY_PASSWORD }}
env:
BUILD_TOOLS_VERSION: "34.0.0"
- name: Rename signed apk
run: |
for name in $(ls releases/*-signed.apk);do mv -f $name ${name%-signed.apk}.apk ;done
Expand Down

0 comments on commit ce65c1f

Please sign in to comment.