Skip to content

Commit

Permalink
-fixed release CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
kamchatka-volcano committed Jun 12, 2024
1 parent 8d59c12 commit 6202af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
os: windows-latest,
cmake_vars: "-DVCPKG_TARGET_TRIPLET=x64-windows-static-md",
cmake-preset: msvc-release,
artifacts: "build/Release/lunchtoast.exe"
artifacts: "build/lunchtoast.exe"
}
steps:
- name: Install ninja (Windows)
Expand Down

0 comments on commit 6202af9

Please sign in to comment.