Skip to content

Commit abba3a3

Browse files
committed
Windows artifacts
1 parent b09e810 commit abba3a3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
configure: cmake -Bbuild
2020
build: cmake --build build --verbose
2121
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
22+
artifacts: build/Debug/*
2323

2424
runs-on: ${{ matrix.os }}
2525

@@ -43,7 +43,6 @@ jobs:
4343
run: ${{ matrix.build }}
4444

4545
- name: Upload binaries
46-
if : ${{ matrix.os != 'windows-2025' }}
4746
uses: actions/upload-artifact@v4
4847
with:
4948
name: ${{ matrix.artifact_name }}

0 commit comments

Comments
 (0)