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 59ff092 commit 31a6746Copy full SHA for 31a6746
.github/workflows/build-release.yml
@@ -48,6 +48,4 @@ jobs:
48
uses: softprops/action-gh-release@v1
49
if: startsWith(github.ref, 'refs/tags/')
50
with:
51
- files: |
52
- openandroidinstaller-${{ github.ref_name }}-${{ matrix.os }}
53
- openandroidinstaller-${{ github.ref_name }}-${{ matrix.os }}.zip
+ files: openandroidinstaller
0 commit comments