diff options
author | Rob Mensching <rob@firegiant.com> | 2022-01-02 14:57:59 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2022-01-02 23:48:48 -0800 |
commit | 2cd713ec0f2bf68a77a9b2491429ce696ebcf608 (patch) | |
tree | b372c1e3cfa1e82b59fd31f81e1824deeecb3d3a /.github | |
parent | c822e5d6960df95f9d4ec5208d65dec47f333461 (diff) | |
download | wix-2cd713ec0f2bf68a77a9b2491429ce696ebcf608.tar.gz wix-2cd713ec0f2bf68a77a9b2491429ce696ebcf608.tar.bz2 wix-2cd713ec0f2bf68a77a9b2491429ce696ebcf608.zip |
Always create log file zips in the build to capture failures
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 1 |
1 files changed, 1 insertions, 0 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 |