Update release action to include file hash

This commit is contained in:
Neeraj Gupta 2022-10-03 15:26:37 +05:30
parent ef2b0974d5
commit 5986ed4a3c
No known key found for this signature in database
GPG key ID: 3C5A1684DC1729E1

View file

@ -55,6 +55,16 @@ jobs:
name: release-apk
path: build/app/outputs/flutter-apk/ente.apk
# Publish hash of the generated artifacts
- uses: MCJack123/ghaction-generate-release-hashes@v3
with:
hash-type: sha256
file-name: release-hash.txt
- uses: actions/upload-artifact@v2
with:
name: Releae Asset Hashes
path: release-hash.txt
# Create a Github release
- uses: ncipollo/release-action@v1
with: