We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 080ba88 commit 5dc8398Copy full SHA for 5dc8398
.github/workflows/build.yml
@@ -40,15 +40,9 @@ jobs:
40
"-DBUILD_METADATA=gha.${{github.run_number}}"
41
- name: Build
42
run: cmake --build build --config ${{matrix.kind}} --parallel
43
- - name: Upload Binaries
+ - name: Upload artifacts
44
if: matrix.kind != 'Debug'
45
uses: actions/upload-artifact@v6
46
with:
47
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/*
+ path: build/output
0 commit comments