Skip to content

Commit 7a879bd

Browse files
committed
Update android.yml
1 parent 17b206e commit 7a879bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/android.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,5 @@ jobs:
4848
- name: Release
4949
uses: softprops/action-gh-release@v1
5050
with:
51-
files: app/build/outputs/apk/release/app-release-unsigned.apk
51+
tag_name: ${{ steps.tag.outputs.release_tag }}
52+
files: app/build/outputs/apk/release/app-release-unsigned-signed.apk

0 commit comments

Comments
 (0)