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
4b815668c1
commit
a88f98f65e
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@ -46,8 +46,5 @@ jobs:
|
||||
- name: Copy Launcher
|
||||
run: copy c:\tmp\PublishLauncher\Wabbajack.exe c:\wabbajack_releases\${{ github.event.inputs.version }}\Wabbajack.exe
|
||||
- name: Zip Release
|
||||
uses: vimtor/action-zip@v1
|
||||
with:
|
||||
files: c:\tmp\PublishApp
|
||||
dest: c:\wabbajack_releases\${{ github.event.inputs.version }}\${{ github.event.inputs.version }}.zip
|
||||
run: Compress-Archive c:\tmp\PublishApp c:\wabbajack_releases\${{ github.event.inputs.version }}\${{ github.event.inputs.version }}.zip
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user