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 0d2e60f commit e93fad5Copy full SHA for e93fad5
.github/workflows/Publish.yml
@@ -71,7 +71,7 @@ jobs:
71
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
72
with:
73
upload_url: ${{ steps.make_release.outputs.upload_url }}
74
- asset_path: dist/*
+ asset_path: dist/multi_mst-${{ steps.version.outputs.version }}.tar.gz
75
asset_name: multi_mst-${{ steps.version.outputs.version }}.tar.gz
76
asset_content_type: application/gzip
77
0 commit comments