Skip to content

Commit e93fad5

Browse files
author
Jelmer Bot
committed
fix asset path
1 parent 0d2e60f commit e93fad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7272
with:
7373
upload_url: ${{ steps.make_release.outputs.upload_url }}
74-
asset_path: dist/*
74+
asset_path: dist/multi_mst-${{ steps.version.outputs.version }}.tar.gz
7575
asset_name: multi_mst-${{ steps.version.outputs.version }}.tar.gz
7676
asset_content_type: application/gzip
7777

0 commit comments

Comments
 (0)