We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5181eb3 commit e6fcf0eCopy full SHA for e6fcf0e
.github/workflows/release.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Build release with Gradle
30
run: ./gradlew assembleRelease
31
32
- - name: Get tag ame
+ - name: Get tag name
33
if: startsWith(github.ref, 'refs/tags/')
34
run: |
35
set -x
@@ -52,7 +52,7 @@ jobs:
52
53
cp app/build/outputs/apk/release/app-release-unsigned-signed.apk alm-${{ env.VERSION_TAG }}.apk
54
sha=`sha256sum alm-${{ env.VERSION_TAG }}.apk | awk '{ print $1 }'`
55
- echo "apk-sha256=$sha" >> $GITHUB_ENV'
+ echo "apk-sha256=$sha" >> $GITHUB_ENV
56
57
- name: Create release
58
uses: softprops/action-gh-release@v1
0 commit comments