Skip to content

Commit 5dc8398

Browse files
committed
Single artifact for dlls, exe, and pdb
going to remix them in a later job refs #1
1 parent 080ba88 commit 5dc8398

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,9 @@ jobs:
4040
"-DBUILD_METADATA=gha.${{github.run_number}}"
4141
- name: Build
4242
run: cmake --build build --config ${{matrix.kind}} --parallel
43-
- name: Upload Binaries
43+
- name: Upload artifacts
4444
if: matrix.kind != 'Debug'
4545
uses: actions/upload-artifact@v6
4646
with:
4747
name: wintab-adapter-gha${{github.run_number}}-${{matrix.arch}}
48-
path: build/output/bin/*
49-
- name: Upload Symbols
50-
if: matrix.kind != 'Debug'
51-
uses: actions/upload-artifact@v6
52-
with:
53-
name: wintab-adapter-gha${{github.run_number}}-${{matrix.arch}}-debug-symbols
54-
path: build/output/pdb/*
48+
path: build/output

0 commit comments

Comments
 (0)