Skip to content

Commit 3cbdf9d

Browse files
authored
Update debug_build.yml
1 parent 1246084 commit 3cbdf9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/debug_build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ jobs:
167167
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/github-releases/') || startsWith(github.ref, 'refs/tags/')
168168
uses: softprops/action-gh-release@v1
169169
with:
170+
tag_name: ${{ env.APK_VERSION_TAG }}
170171
files: |
171172
${{ env.APK_DIR_PATH }}/${{ env.APK_BASENAME_PREFIX }}_universal.apk
172173
${{ env.APK_DIR_PATH }}/${{ env.APK_BASENAME_PREFIX }}_arm64-v8a.apk

0 commit comments

Comments
 (0)