Skip to content

Commit 98ab89d

Browse files
committed
Update release workflow
1 parent 31a6746 commit 98ab89d

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
@@ -44,8 +44,10 @@ jobs:
4444
with:
4545
name: openandroidinstaller-${{ github.ref_name }}-${{ matrix.os }}
4646
path: dist/
47+
- run: mv dist/openandroidinstaller openandroidinstaller-${{ github.ref_name }}-${{ matrix.os }}
4748
- name: Release
4849
uses: softprops/action-gh-release@v1
4950
if: startsWith(github.ref, 'refs/tags/')
5051
with:
51-
files: openandroidinstaller
52+
files: openandroidinstaller-${{ github.ref_name }}-${{ matrix.os }}
53+

0 commit comments

Comments
 (0)