We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c4578e commit c28f962Copy full SHA for c28f962
.github/workflows/build-release.yml
@@ -43,4 +43,9 @@ jobs:
43
- uses: actions/upload-artifact@v3
44
with:
45
name: openandroidinstaller-${{ github.ref_name }}-${{ matrix.os }}
46
- path: releases/download/${{ github.ref_name }}/
+ 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