Skip to content

Commit c28f962

Browse files
authored
Update build-release.yml
1 parent 9c4578e commit c28f962

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build-release.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,9 @@ jobs:
4343
- uses: actions/upload-artifact@v3
4444
with:
4545
name: openandroidinstaller-${{ github.ref_name }}-${{ matrix.os }}
46-
path: releases/download/${{ github.ref_name }}/
46+
path: dist/
47+
- name: Release
48+
uses: softprops/action-gh-release@v1
49+
if: startsWith(github.ref, 'refs/tags/')
50+
with:
51+
files: dist/*.zip

0 commit comments

Comments
 (0)