mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Update release.yml
This commit is contained in:
parent
a88f98f65e
commit
97787a194a
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -46,5 +46,5 @@ jobs:
|
|||||||
- name: Copy Launcher
|
- name: Copy Launcher
|
||||||
run: copy c:\tmp\PublishLauncher\Wabbajack.exe c:\wabbajack_releases\${{ github.event.inputs.version }}\Wabbajack.exe
|
run: copy c:\tmp\PublishLauncher\Wabbajack.exe c:\wabbajack_releases\${{ github.event.inputs.version }}\Wabbajack.exe
|
||||||
- name: Zip Release
|
- name: Zip Release
|
||||||
run: Compress-Archive c:\tmp\PublishApp c:\wabbajack_releases\${{ github.event.inputs.version }}\${{ github.event.inputs.version }}.zip
|
run: Compress-Archive -Path c:\tmp\PublishApp\* -DestinationPath c:\wabbajack_releases\${{ github.event.inputs.version }}\${{ github.event.inputs.version }}.zip
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user