Skip to content

Commit fa8774f

Browse files
authored
Update create-release.yml
1 parent b1af637 commit fa8774f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ jobs:
4040
uses: actions/upload-release-asset@v1.0.2
4141
with:
4242
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
43+
asset_path: ./dist/GhostSolo.zip
44+
asset_name: GhostSolo.zip
4545
asset_content_type: application/zip

0 commit comments

Comments
 (0)