Skip to content

Commit

Permalink
another android sign tool
Browse files Browse the repository at this point in the history
  • Loading branch information
Predidit committed May 4, 2024
1 parent 53b67a4 commit 8372797
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,14 +182,17 @@
cp android_outputs/* build/unsigned/bilineo_android_${{ env.tag }}.apk
- name: Sign APK
uses: Tlaster/[email protected]
id: sign_app
uses: r0adkll/sign-android-release@v1
with:
releaseDirectory: build/unsigned
output: build/signed
signingKeyBase64: ${{ secrets.SIGNING_KEY_BASE64 }}
alias: ${{ secrets.KEY_ALIAS }}
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}

- name: Copy Signed android build file
run: cp ${{steps.sign_app.outputs.signedReleaseFile}} build/signed/bilineo_android_${{ env.tag }}.apk

- name: Create release
uses: "marvinpinto/action-automatic-releases@latest"
with:
Expand Down

0 comments on commit 8372797

Please sign in to comment.