Skip to content

Commit

Permalink
Fix path to APK (#1078)
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnukvmd authored Mar 13, 2024
2 parents 7543dc6 + f8d956d commit 851ce5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mobile-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
SIGNING_STORE_PASSWORD: ${{ secrets.SIGNING_STORE_PASSWORD_PHOTOS }}

- name: Checksum
run: sha256sum build/app/outputs/flutter-apk/ente.apk > build/app/outputs/flutter-apk/sha256sum
run: sha256sum build/app/outputs/flutter-apk/ente-${{ github.ref_name }}.apk > build/app/outputs/flutter-apk/sha256sum

- name: Create a draft GitHub release
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit 851ce5d

Please sign in to comment.