We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01c3e8c commit 24030abCopy full SHA for 24030ab
.github/workflows/build_and_test.yml
@@ -41,7 +41,7 @@ jobs:
41
os: windows-latest,
42
cmake_vars: "-DVCPKG_TARGET_TRIPLET=x64-windows-static-md",
43
cmake-preset: msvc-release,
44
- artifacts: "build/Release/lunchtoast.exe"
+ artifacts: "build/lunchtoast.exe"
45
}
46
steps:
47
- name: Install ninja (Windows)
0 commit comments