ci: Add workflow_dispatch, remove -mx1 from 7z

This commit is contained in:
Margen67 2021-01-21 14:00:41 -08:00 committed by illusion0001
parent 261f95ae6e
commit 895df411da
1 changed files with 2 additions and 1 deletions

View File

@ -19,6 +19,7 @@ on:
- '*.yml' - '*.yml'
- 'docs/**' - 'docs/**'
- 'LICENSE' - 'LICENSE'
workflow_dispatch:
jobs: jobs:
build-windows: build-windows:
@ -44,7 +45,7 @@ jobs:
robocopy build\bin\${{ runner.os }}\Release artifacts\xenia_canary xenia_canary.exe xenia_canary.pdb LICENSE /r:0 /w:0 robocopy build\bin\${{ runner.os }}\Release artifacts\xenia_canary xenia_canary.exe xenia_canary.pdb LICENSE /r:0 /w:0
robocopy build\bin\${{ runner.os }}\Release artifacts\xenia-vfs-dump xenia-vfs-dump.exe xenia-vfs-dump.pdb LICENSE /r:0 /w:0 robocopy build\bin\${{ runner.os }}\Release artifacts\xenia-vfs-dump xenia-vfs-dump.exe xenia-vfs-dump.pdb LICENSE /r:0 /w:0
If ($LastExitCode -le 7) { echo "LastExitCode = $LastExitCode";$LastExitCode = 0 } If ($LastExitCode -le 7) { echo "LastExitCode = $LastExitCode";$LastExitCode = 0 }
7z a -mx1 xenia_canary.zip .\artifacts\xenia_canary\*.exe LICENSE 7z a xenia_canary.zip .\artifacts\xenia_canary\*.exe LICENSE
echo "::set-output name=short_commit_sha::$(git rev-parse --short HEAD)" echo "::set-output name=short_commit_sha::$(git rev-parse --short HEAD)"
- name: Upload xenia-vfs-dump artifacts - name: Upload xenia-vfs-dump artifacts
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2