Skip to content

Commit

Permalink
ci: change apk signer
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaniskandar committed Jan 12, 2025
1 parent 6d3cc42 commit 763c88b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- name: Sign APK
if: github.repository == 'ivaniskandar/shouko' && github.event_name == 'push'
uses: r0adkll/sign-android-release@v1
uses: filippoLeporati93/android-release-signer@v1
id: sign_app
with:
releaseDirectory: app/build/outputs/apk/release
Expand Down

0 comments on commit 763c88b

Please sign in to comment.