Update release.yml

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

View File

@ -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