We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b09e810 commit abba3a3Copy full SHA for abba3a3
1 file changed
.github/workflows/CI.yml
@@ -19,7 +19,7 @@ jobs:
19
configure: cmake -Bbuild
20
build: cmake --build build --verbose
21
artifact_name: unboxing-debug-x86_64-win32
22
- artifacts: build/Debug/bch_test.exe build/Debug/bch_test.pdb build/Debug/static_unboxer.exe build/Debug/static_unboxer.pdb build/Debug/testutils.lib build/Debug/testutils.pdb build/Debug/unboxer.exe build/Debug/unboxer.pdb build/Debug/unboxing.lib build/Debug/unboxing.pdb
+ artifacts: build/Debug/*
23
24
runs-on: ${{ matrix.os }}
25
@@ -43,7 +43,6 @@ jobs:
43
run: ${{ matrix.build }}
44
45
- name: Upload binaries
46
- if : ${{ matrix.os != 'windows-2025' }}
47
uses: actions/upload-artifact@v4
48
with:
49
name: ${{ matrix.artifact_name }}
0 commit comments