File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 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}}"
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
You can’t perform that action at this time.
0 commit comments