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 4b10057 commit afbeab6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:
ls -a
ls -lh android/app/build/outputs/apk/debug/
cd android/app/build/outputs/apk/debug/
sudo mv app-debug.apk /home/runner/work/Ace-Code/Ace-Code
sudo mv app-debug.apk /home/runner/work/Ace-Code/Ace-Code/app-d.apk
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 -verbose -sigalg SHA1withRSA -digestalg SHA1 -keypass "kaguta256" -storepass "kaguta256" -keystore my-release-key.keystore app-d.apk my-key-alias
zipalign -v 4 app-d.apk app-debug.apk
jarsigner -verify -verbose app-debug.apk
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit afbeab6

Please sign in to comment.