Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
suyash01 authored Jan 18, 2024
1 parent cf1cbde commit 6bc4822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/') && github.repository == 'suyash01/credit-manager'
run: |
set -e
mv app/build/outputs/apk/release/app-release.apk credit-manager-${{ env.VERSION_TAG }}.apk
mv app/build/outputs/apk/release/app-release-unsigned-signed.apk credit-manager-${{ env.VERSION_TAG }}.apk
sha=`sha256sum credit-manager-${{ env.VERSION_TAG }}.apk | awk '{ print $1 }'`
echo "APK_UNIVERSAL_SHA=$sha" >> $GITHUB_ENV
Expand Down

0 comments on commit 6bc4822

Please sign in to comment.