mirror of
https://github.com/facebook/zstd.git
synced 2025-12-08 00:03:24 -05:00
GHA/windows-artifacts.yml: don't ignore the error if build-package batch failed
This commit is contained in:
parent
f0d3173203
commit
4d81b0000d
2
.github/workflows/windows-artifacts.yml
vendored
2
.github/workflows/windows-artifacts.yml
vendored
@ -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 ..
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user