diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2021-12-31 20:24:05 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2022-01-01 10:24:08 -0600 |
commit | ec89ea96ae7f42b227c0fb5f61cd21a19ef2e8de (patch) | |
tree | 7e17745923b5b961a114693caf0005e40f651cfc /.github | |
parent | 95b1be66d4c16b1b05b761c1771df229ac0e539c (diff) | |
download | wix-ec89ea96ae7f42b227c0fb5f61cd21a19ef2e8de.tar.gz wix-ec89ea96ae7f42b227c0fb5f61cd21a19ef2e8de.tar.bz2 wix-ec89ea96ae7f42b227c0fb5f61cd21a19ef2e8de.zip |
Upload test results and fail the build if any are missing.
Always zip up the logs from %TEMP%.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c1f54de4..2f0e5f63 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml | |||
@@ -44,6 +44,10 @@ jobs: | |||
44 | name: artifacts | 44 | name: artifacts |
45 | path: build/artifacts/ | 45 | path: build/artifacts/ |
46 | 46 | ||
47 | - name: Create Zips | ||
48 | shell: cmd | ||
49 | run: ./src/create_zips.cmd | ||
50 | |||
47 | - name: Save logs | 51 | - name: Save logs |
48 | uses: actions/upload-artifact@v2 | 52 | uses: actions/upload-artifact@v2 |
49 | if: always() | 53 | if: always() |