Skip to content

Commit 2676d3e

Browse files
authored
Update release.yml
1 parent 6cf0ece commit 2676d3e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
upload_url: ${{ steps.create_release.outputs.upload_url }}
4242
asset_path: ${{ github.workspace }}/i386/nativeshell.zip
43-
asset_name: nativeshell-${GITHUB_REF##*/}.i386.zip
43+
asset_name: nativeshell-${{ github.ref_name }}.i386.zip
4444
asset_content_type: application/zip
4545
- name: Download amd64 binary
4646
uses: actions/download-artifact@v4
@@ -57,6 +57,6 @@ jobs:
5757
with:
5858
upload_url: ${{ steps.create_release.outputs.upload_url }}
5959
asset_path: ${{ github.workspace }}/amd64/nativeshell.zip
60-
asset_name: nativeshell-${GITHUB_REF_NAME}.amd64.zip
60+
asset_name: nativeshell-${{ github.ref_name }}.amd64.zip
6161
asset_content_type: application/zip
6262

0 commit comments

Comments
 (0)