From bbbb2379ed0524496a531ba840953f31b62ee881 Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Fri, 28 Feb 2025 09:42:50 -0800 Subject: [PATCH] test win artifact generation on pushing to release this will get a chance to check that win artifact generation works correctly before creating the release tag. --- .github/workflows/windows-artifacts.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/windows-artifacts.yml b/.github/workflows/windows-artifacts.yml index 335389593..079552414 100644 --- a/.github/workflows/windows-artifacts.yml +++ b/.github/workflows/windows-artifacts.yml @@ -2,7 +2,7 @@ name: windows-artifacts on: push: - branches: [ test_artifacts, win_artifacts ] + branches: [ test_artifacts, win_artifacts, release ] release: types: - published @@ -53,5 +53,6 @@ jobs: uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # tag=v4.3.1 with: compression-level: 9 # maximum compression + if-no-files-found: error # defaults to `warn` path: ${{ github.workspace }}/zstd-${{ github.ref_name }}-${{matrix.ziparch}}/ name: zstd-${{ github.ref_name }}-${{matrix.ziparch}}