Skip to content

Commit

Permalink
update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chinosk6 committed Jun 29, 2024
1 parent 157acde commit 4e3862a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,10 @@ jobs:
keyStorePassword: ${{ secrets.ANDROID_KEYSTORE_PASSWORD }}
keyPassword: ${{ secrets.ANDROID_KEY_PASSWORD }}
buildToolsVersion: 33.0.0
continue-on-error: true

- uses: actions/upload-artifact@v4
with:
name: GakumasLocalify-Signed-apk
path: ${{steps.sign_app.outputs.signedFile}}
continue-on-error: true

0 comments on commit 4e3862a

Please sign in to comment.