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 6, 2023
1 parent 0219413 commit 2839496
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
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
cd /home/runner/work/Ace-Code/Ace-Code
jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore my-release-key.keystore app-debug.apk my-key-alias
- uses: actions/upload-artifact@v3
with:
Expand Down
Binary file added my-release-key.keystore
Binary file not shown.

0 comments on commit 2839496

Please sign in to comment.