We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d59c12 commit 6202af9Copy full SHA for 6202af9
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
os: windows-latest,
29
cmake_vars: "-DVCPKG_TARGET_TRIPLET=x64-windows-static-md",
30
cmake-preset: msvc-release,
31
- artifacts: "build/Release/lunchtoast.exe"
+ artifacts: "build/lunchtoast.exe"
32
}
33
steps:
34
- name: Install ninja (Windows)
0 commit comments