Skip to content
This repository was archived by the owner on Dec 15, 2025. It is now read-only.

Commit 8b3eb05

Browse files
Update cmake-multi-platform.yml
1 parent df4b879 commit 8b3eb05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cmake-multi-platform.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@ jobs:
100100
# Adjust these paths based on your CMake target names
101101
# Replace 'your_executable_name' with your actual executable name
102102
if [ "${{ matrix.os }}" == "windows-latest" ]; then
103-
cp ${{ steps.strings.outputs.build-output-dir }}/${{ matrix.build_type }}/your_executable_name${{ matrix.executable_suffix }} release/
103+
cp ${{ steps.strings.outputs.build-output-dir }}/${{ matrix.build_type }}/Main${{ matrix.executable_suffix }} release/
104104
else
105-
cp ${{ steps.strings.outputs.build-output-dir }}/your_executable_name${{ matrix.executable_suffix }} release/
105+
cp ${{ steps.strings.outputs.build-output-dir }}/Main${{ matrix.executable_suffix }} release/
106106
fi
107107
108108
# Create archive

0 commit comments

Comments
 (0)