GHA/windows-artifacts.yml: don't ignore the error if build-package batch failed

This commit is contained in:
Sergey G. Brester 2025-02-26 20:13:44 +01:00 committed by GitHub
parent f0d3173203
commit 4d81b0000d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View 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 ..