Skip to content

Commit 080ba88

Browse files
committed
Also upload dll artifacts
refs #1
1 parent aefccf6 commit 080ba88

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ jobs:
3333
-DCMAKE_BUILD_TYPE=${{matrix.kind}} `
3434
-DVCPKG_TARGET_TRIPLET=${{matrix.arch}}-windows-static `
3535
"-DCMAKE_TOOLCHAIN_FILE=third-party/vcpkg/scripts/buildsystems/vcpkg.cmake" `
36-
"-DCMAKE_RUNTIME_OUTPUT_DIRECTORY=$(pwd)/build/output/runtime" `
36+
"-DCMAKE_RUNTIME_OUTPUT_DIRECTORY=$(pwd)/build/output/bin" `
37+
"-DCMAKE_LIBRARY_OUTPUT_DIRECTORY=$(pwd)/build/output/bin" `
3738
"-DCMAKE_PDB_OUTPUT_DIRECTORY=$(pwd)/build/output/pdb" `
3839
-DPROJECT_VERSION_TWEAK=${{github.run_number}} `
3940
"-DBUILD_METADATA=gha.${{github.run_number}}"
@@ -44,7 +45,7 @@ jobs:
4445
uses: actions/upload-artifact@v6
4546
with:
4647
name: wintab-adapter-gha${{github.run_number}}-${{matrix.arch}}
47-
path: build/output/runtime/*
48+
path: build/output/bin/*
4849
- name: Upload Symbols
4950
if: matrix.kind != 'Debug'
5051
uses: actions/upload-artifact@v6

0 commit comments

Comments
 (0)