Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/github_actions' into github_ac…
Browse files Browse the repository at this point in the history
…tions
  • Loading branch information
litetex committed Jan 24, 2025
2 parents 64658a1 + e6e6041 commit 2f58466
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,17 @@ jobs:

- name: "Sign release"
if: ${{ env.do_release == 'true' }}
uses: ilharp/sign-android-release@v1
uses: ilharp/sign-android-release@d4c98d58d708ca2d2e6a3469b189a5c8260f2896
id: sign_app
with:
releaseDir: app/build/outputs/apk/release
signingKey: ${{ secrets.SIGNING_KEY }}
keyAlias: ${{ secrets.ALIAS }}
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
keyPassword: ${{ secrets.KEY_PASSWORD }}
buildToolsVersion: 33.0.0
# Version shipped on GitHub's runners can be found at https://github.com/actions/runner-images
# Changelogs can be found at https://developer.android.com/tools/releases/platform-tools
buildToolsVersion: 35.0.1

- name: "Rename apk"
if: ${{ env.do_release == 'true' }}
Expand Down

0 comments on commit 2f58466

Please sign in to comment.