Skip to content

Commit 9854828

Browse files
Fixed release asset name
1 parent 184bd98 commit 9854828

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/upload-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
with:
9191
upload_url: ${{ needs.create-release.outputs.upload_url }}
9292
asset_path: ./package.zip
93-
asset_name: TuneLab-${{ matrix.runtime }}-${{ github.ref }}.zip
93+
asset_name: TuneLab-${{ matrix.runtime }}-${{ github.ref_name }}.zip
9494
asset_content_type: application/zip
9595

9696
- name: Upload - MacOS and Linux
@@ -101,5 +101,5 @@ jobs:
101101
with:
102102
upload_url: ${{ needs.create-release.outputs.upload_url }}
103103
asset_path: ./package.tar.gz
104-
asset_name: TuneLab-${{ matrix.runtime }}-${{ github.ref }}.tar.gz
104+
asset_name: TuneLab-${{ matrix.runtime }}-${{ github.ref_name }}.tar.gz
105105
asset_content_type: application/gzip

0 commit comments

Comments
 (0)