Skip to content

Commit

Permalink
Update nightly-release.yml
Browse files Browse the repository at this point in the history
Signed-off-by: 𝙲𝚛𝚎𝚊𝚝𝚒𝚟𝚎𝙲𝚘𝚍𝚎𝙲𝚊𝚝 <wayne6324@gmail.com>
  • Loading branch information
CreativeCodeCat authored Jan 10, 2025
1 parent 95138f9 commit 67d51c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
keyAlias: ${{ secrets.KEY_ALIAS }}
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
keyPassword: ${{ secrets.KEY_PASSWORD }}
buildToolsVersion: 35.0.2
buildToolsVersion: 35.0.0

- name: Sign APK - WithoutInternet
uses: ilharp/sign-android-release@v1.0.4
Expand All @@ -92,7 +92,7 @@ jobs:
keyAlias: ${{ secrets.KEY_ALIAS }}
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
keyPassword: ${{ secrets.KEY_PASSWORD }}
buildToolsVersion: 35.0.2
buildToolsVersion: 35.0.0

- name: Extract Version
id: extract_version
Expand Down

0 comments on commit 67d51c7

Please sign in to comment.