We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68b4062 commit 29d76d9Copy full SHA for 29d76d9
.github/workflows/cmake-multiple-platform.yml
@@ -75,7 +75,7 @@ jobs:
75
New-Item -ItemType Directory -Force -Path build\addons\plugify\bin\win64
76
Move-Item -Path build\${{ env.BUILD_TYPE }}\plugify.dll -Destination build\addons\plugify\bin\win64
77
New-Item -ItemType Directory -Force -Path build\output
78
- Move-Item -Force -Path build/bin -Destination build/output
+ Move-Item -Force -Path build/addons -Destination build/output
79
Move-Item -Path build\plugify.pconfig -Destination build\output
80
81
- uses: actions/upload-artifact@v4
0 commit comments