We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1af637 commit fa8774fCopy full SHA for fa8774f
.github/workflows/create-release.yml
@@ -40,6 +40,6 @@ jobs:
40
uses: actions/upload-release-asset@v1.0.2
41
with:
42
upload_url: ${{ steps.create-release.outputs.upload_url }}
43
- asset_path: ./dist/GhostSolo_${{ steps.package-version.outputs.current-version}}.zip
44
- asset_name: GhostSolo_${{ steps.package-version.outputs.current-version}}.zip
+ asset_path: ./dist/GhostSolo.zip
+ asset_name: GhostSolo.zip
45
asset_content_type: application/zip
0 commit comments