aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/build.yml1
-rw-r--r--src/create_zips.cmd4
2 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 2f0e5f63..df0f11c7 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -47,6 +47,7 @@ jobs:
47 - name: Create Zips 47 - name: Create Zips
48 shell: cmd 48 shell: cmd
49 run: ./src/create_zips.cmd 49 run: ./src/create_zips.cmd
50 if: always()
50 51
51 - name: Save logs 52 - name: Save logs
52 uses: actions/upload-artifact@v2 53 uses: actions/upload-artifact@v2
diff --git a/src/create_zips.cmd b/src/create_zips.cmd
index 0df7e000..ed9bbcf9 100644
--- a/src/create_zips.cmd
+++ b/src/create_zips.cmd
@@ -1,2 +1,2 @@
17z a "build\logs\test_burn_%GITHUB_RUN_ID%.zip" "%TEMP%\*.log" "%TEMP%\..\*.log" || exit /b 17z a "build\logs\test_burn_%GITHUB_RUN_ID%.zip" "%TEMP%\*.log" "%TEMP%\..\*.log"
27z a "build\testresults.zip" @src\testresultfilelist.txt || exit /b \ No newline at end of file 27z a "build\testresults.zip" @src\testresultfilelist.txt