Skip to content

Commit 7eef93e

Browse files
committed
Fix typo
1 parent e4a58ee commit 7eef93e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
VCPKG_ENV_PASSTHROUGH: 1
8080
run: |
8181
mkdir custom-triplets
82-
cp vcpkg/triples/x64-windows-static.cmake custom-triplets/x64-windows-static-release.cmake
82+
cp /c/vcpkg/triples/x64-windows-static.cmake custom-triplets/x64-windows-static-release.cmake
8383
cat custom-triplets/x64-windows-static-release.cmake
8484
echo "set(VCPKG_CMAKE_CONFIGURE_OPTIONS -DBUILD_SHARED_LIBS=OFF)" >> custom-triplets/x64-windows-static-release.cmake
8585
echo "set(VCPKG_BUILD_TYPE release)" >> custom-triplets/x64-windows-static-release.cmake

0 commit comments

Comments
 (0)