We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 184bd98 commit 9854828Copy full SHA for 9854828
.github/workflows/upload-release.yml
@@ -90,7 +90,7 @@ jobs:
90
with:
91
upload_url: ${{ needs.create-release.outputs.upload_url }}
92
asset_path: ./package.zip
93
- asset_name: TuneLab-${{ matrix.runtime }}-${{ github.ref }}.zip
+ asset_name: TuneLab-${{ matrix.runtime }}-${{ github.ref_name }}.zip
94
asset_content_type: application/zip
95
96
- name: Upload - MacOS and Linux
@@ -101,5 +101,5 @@ jobs:
101
102
103
asset_path: ./package.tar.gz
104
- asset_name: TuneLab-${{ matrix.runtime }}-${{ github.ref }}.tar.gz
+ asset_name: TuneLab-${{ matrix.runtime }}-${{ github.ref_name }}.tar.gz
105
asset_content_type: application/gzip
0 commit comments