Skip to content

Commit

Permalink
ci: annotate checksum in all workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
asandikci committed Dec 5, 2024
1 parent 016241d commit a66d7ce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ jobs:
- name: Build debug APK and run jvm tests
run: ./gradlew assembleDebug lintDebug testDebugUnitTest --stacktrace -DskipFormatKtlint

- name: Generate checksum
run: |
sha256sum app/build/outputs/apk/debug/*.apk > app/build/outputs/apk/debug/checksums.txt
echo "::notice::$(cat app/build/outputs/apk/debug/checksums.txt)"
- name: Upload APK
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit a66d7ce

Please sign in to comment.