Skip to content

Commit 7f51453

Browse files
committed
Update actions
1 parent 6aec1d6 commit 7f51453

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ jobs:
2020
with:
2121
artifacts: "build/app/outputs/apk/debug/*.apk"
2222
token: ${{ secrets.TOKEN }}
23-
commit: $GITHUB_SHA
23+
commit: ${GITHUB_SHA::8}
24+
tag: ${GITHUB_SHA::8}

0 commit comments

Comments
 (0)