Skip to content

Commit

Permalink
Fix workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed Sep 25, 2024
1 parent e894e8c commit bdb9aa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
IO7M_ANDROID_SIGNING_KEY: ${{ secrets.IO7M_ANDROID_SIGNING_KEY }}
IO7M_ANDROID_KEY_ALIAS: ${{ secrets.IO7M_ANDROID_KEY_ALIAS }}
IO7M_ANDROID_KEY_PASSWORD: ${{ secrets.IO7M_ANDROID_KEY_PASSWORD }}
run: .github/workflows/sign.sh ./com.io7m.exfilac.main/build/outputs/apk/release/
run: .github/workflows/sign.sh ./com.io7m.exfilac.main/build/outputs/apk/release/com.io7m.exfilac.main-release-unsigned.apk

- name: Upload APK(s)
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit bdb9aa1

Please sign in to comment.