Skip to content

Commit

Permalink
added read me
Browse files Browse the repository at this point in the history
  • Loading branch information
John4650-hub committed Oct 7, 2023
1 parent f7e612c commit 9ee2957
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ jobs:
sudo mv app-debug.apk /home/runner/work/Ace-Code/Ace-Code
cd /home/runner/work/Ace-Code/Ace-Code
jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keypass "kaguta256" -storepass "kaguta256" -keystore my-release-key.keystore app-debug.apk my-key-alias
zipalign -v 4 app-debug.apk app-debug.apk
jarsigner -verify -verbose app-debug.apk
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 9ee2957

Please sign in to comment.