diff options
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 |