Update release.yml

This commit is contained in:
Timothy Baldridge 2021-01-04 16:41:03 -07:00 committed by GitHub
parent a88f98f65e
commit 97787a194a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,5 +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
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