Skip to content

Commit 50225dc

Browse files
committed
asdq
1 parent 3e4cc18 commit 50225dc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,7 @@ jobs:
5858
token: ${{ secrets.GITHUB_TOKEN }}
5959
generateReleaseNotes: true
6060
tag: ${{ github.ref_name }}
61-
artifacts: ${{ steps.export.outputs.build_directory }}/**/*
61+
artifacts: |
62+
${{ steps.export.outputs.build_directory }}/**/*.zip
63+
${{ steps.export.outputs.build_directory }}/**/*.apk
6264
draft: true

0 commit comments

Comments
 (0)