Skip to content

Commit

Permalink
Upload signed
Browse files Browse the repository at this point in the history
  • Loading branch information
oers authored Mar 31, 2022
1 parent be89fc2 commit 6f729f5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,16 @@ jobs:
- name: Sign app APK
uses: Tlaster/android-sign@v1.2.2
with:
releaseDirectory: project/build/outputs/apk/debug
releaseDirectory: project/build/intermediates/apk/debug
signingKeyBase64: ${{ secrets.SIGNING_KEY }}
output: build/release/signed
alias: ${{ secrets.ALIAS }}
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
keyPassword: ${{ secrets.KEY_PASSWORD }}
env:
BUILD_TOOLS_VERSION: "32.0.0"
- name: upload
uses: actions/upload-artifact@v3
with:
path: build/release/signed/*.apk

0 comments on commit 6f729f5

Please sign in to comment.