]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
GHA/windows-artifacts.yml: don't ignore the error if build-package batch failed 4320/head
authorSergey G. Brester <github@sebres.de>
Wed, 26 Feb 2025 19:13:44 +0000 (20:13 +0100)
committerGitHub <noreply@github.com>
Wed, 26 Feb 2025 19:13:44 +0000 (20:13 +0100)
.github/workflows/windows-artifacts.yml

index 0334f144604acefefc2644f54d2b8848c536dfe8..9b74969d3482e1d61a6f8afda21123a221231d7d 100644 (file)
@@ -46,7 +46,7 @@ jobs:
 
     - name: Create artifacts
       run: |
-        ./lib/dll/example/build_package.bat
+        ./lib/dll/example/build_package.bat || exit 1
         mv bin/ zstd-${{ github.ref_name }}-${{matrix.ziparch}}/
         7z a -tzip -mx9 zstd-${{ github.ref_name }}-${{matrix.ziparch}}.zip zstd-${{ github.ref_name }}-${{matrix.ziparch}}/
         cd ..