From ec89ea96ae7f42b227c0fb5f61cd21a19ef2e8de Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Fri, 31 Dec 2021 20:24:05 -0600 Subject: Upload test results and fail the build if any are missing. Always zip up the logs from %TEMP%. --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.github') 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: name: artifacts path: build/artifacts/ + - name: Create Zips + shell: cmd + run: ./src/create_zips.cmd + - name: Save logs uses: actions/upload-artifact@v2 if: always() -- cgit v1.2.3-55-g6feb