Skip to content

Commit

Permalink
add sha1 checksum for apks
Browse files Browse the repository at this point in the history
  • Loading branch information
sadespresso committed Jan 28, 2025
1 parent 710e1ab commit beec03b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-fat-apk-android-beta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ jobs:
GH_TOKEN: ${{ github.token }}
run: |
gh release upload ${{ env.RELEASE_TAG }} ./build/app/outputs/flutter-apk/app-release.apk
gh release upload ${{ env.RELEASE_TAG }} ./build/app/outputs/flutter-apk/app-release.apk.sha1

0 comments on commit beec03b

Please sign in to comment.