We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cf0ece commit 2676d3eCopy full SHA for 2676d3e
1 file changed
.github/workflows/release.yml
@@ -40,7 +40,7 @@ jobs:
40
with:
41
upload_url: ${{ steps.create_release.outputs.upload_url }}
42
asset_path: ${{ github.workspace }}/i386/nativeshell.zip
43
- asset_name: nativeshell-${GITHUB_REF##*/}.i386.zip
+ asset_name: nativeshell-${{ github.ref_name }}.i386.zip
44
asset_content_type: application/zip
45
- name: Download amd64 binary
46
uses: actions/download-artifact@v4
@@ -57,6 +57,6 @@ jobs:
57
58
59
asset_path: ${{ github.workspace }}/amd64/nativeshell.zip
60
- asset_name: nativeshell-${GITHUB_REF_NAME}.amd64.zip
+ asset_name: nativeshell-${{ github.ref_name }}.amd64.zip
61
62
0 commit comments