Skip to content

Commit 59ff092

Browse files
committed
Update release workflow
1 parent 418bcdc commit 59ff092

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,6 @@ jobs:
4848
uses: softprops/action-gh-release@v1
4949
if: startsWith(github.ref, 'refs/tags/')
5050
with:
51-
files: dist/openandroidinstaller-${{ github.ref_name }}-${{ matrix.os }}.zip
51+
files: |
52+
openandroidinstaller-${{ github.ref_name }}-${{ matrix.os }}
53+
openandroidinstaller-${{ github.ref_name }}-${{ matrix.os }}.zip

0 commit comments

Comments
 (0)