We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d60a2a commit 0afa7abCopy full SHA for 0afa7ab
1 file changed
.github/workflows/build-release.yml
@@ -41,5 +41,5 @@ jobs:
41
- run: python scripts/build.py
42
- uses: actions/upload-artifact@v3
43
with:
44
- name: openandroidinstaller-${{ github.sha }}-${{ matrix.os }}
+ name: openandroidinstaller-${{ github.ref_name }}-${{ matrix.os }}
45
path: dist/
0 commit comments