Skip to content

Commit

Permalink
Use correct APK file name for SHA256 checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
mendhak committed Nov 7, 2024
1 parent 81b587a commit 7111167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-release-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Checksum the APK
run: |
cd gpslogger
sha256sum gpslogger-132-rc2.apk > gpslogger-132-rc2.apk.SHA256
sha256sum ${{ steps.references.outputs.APK_FILE_NAME }} > ${{ steps.references.outputs.APK_FILE_NAME }}.SHA256
- name: Cosign Attestation of the APK
uses: actions/attest-build-provenance@v1
id: attest
Expand Down

0 comments on commit 7111167

Please sign in to comment.