Skip to content

Commit e6fcf0e

Browse files
committed
Fix actions again
1 parent 5181eb3 commit e6fcf0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Build release with Gradle
3030
run: ./gradlew assembleRelease
3131

32-
- name: Get tag ame
32+
- name: Get tag name
3333
if: startsWith(github.ref, 'refs/tags/')
3434
run: |
3535
set -x
@@ -52,7 +52,7 @@ jobs:
5252
5353
cp app/build/outputs/apk/release/app-release-unsigned-signed.apk alm-${{ env.VERSION_TAG }}.apk
5454
sha=`sha256sum alm-${{ env.VERSION_TAG }}.apk | awk '{ print $1 }'`
55-
echo "apk-sha256=$sha" >> $GITHUB_ENV'
55+
echo "apk-sha256=$sha" >> $GITHUB_ENV
5656
5757
- name: Create release
5858
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)