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 31a6746 commit 98ab89dCopy full SHA for 98ab89d
.github/workflows/build-release.yml
@@ -44,8 +44,10 @@ jobs:
44
with:
45
name: openandroidinstaller-${{ github.ref_name }}-${{ matrix.os }}
46
path: dist/
47
+ - run: mv dist/openandroidinstaller openandroidinstaller-${{ github.ref_name }}-${{ matrix.os }}
48
- name: Release
49
uses: softprops/action-gh-release@v1
50
if: startsWith(github.ref, 'refs/tags/')
51
- files: openandroidinstaller
52
+ files: openandroidinstaller-${{ github.ref_name }}-${{ matrix.os }}
53
+
0 commit comments