Skip to content

Commit

Permalink
fix ci error
Browse files Browse the repository at this point in the history
  • Loading branch information
asandikci authored Dec 2, 2024
1 parent 33ab1b0 commit 916d5e7
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 @@ -50,7 +50,7 @@ jobs:
- name: Generate checksum
run: |
sha256sum app/build/outputs/apk/release/*.apk > app/build/outputs/apk/release/checksums.txt
echo "::notice::$(app/build/outputs/apk/release/checksums.txt)"
echo "::notice::$(cat app/build/outputs/apk/release/checksums.txt)"
- name: Create release and upload
Expand Down

0 comments on commit 916d5e7

Please sign in to comment.