Skip to content

Commit

Permalink
CI: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
NoCrypt authored Jul 29, 2024
1 parent 99dd876 commit 815fe2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
id: sign_app
with:
attempt_limit: 3
action: NoCrypt/sign-android@v1.0.1
action: NoCrypt/sign-android@latest
with: |
releaseDir: capacitor/android/app/build/outputs/apk/release
signingKey: ${{ secrets.SIGNING_KEY }}
Expand All @@ -94,7 +94,7 @@ jobs:
- uses: jungwinter/split@v2
id: signed_files
with:
msg: ${{ fromJSON( steps.sign_app.outputs.outputs ).signedReleaseFiles }}
msg: ${{ fromJSON( steps.sign_app.outputs.outputs ).signedFiles }}
separator: ':'

- name: Upload APK to release
Expand Down

0 comments on commit 815fe2b

Please sign in to comment.