Skip to content

Commit 29d76d9

Browse files
committed
fix: build typo
1 parent 68b4062 commit 29d76d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
New-Item -ItemType Directory -Force -Path build\addons\plugify\bin\win64
7676
Move-Item -Path build\${{ env.BUILD_TYPE }}\plugify.dll -Destination build\addons\plugify\bin\win64
7777
New-Item -ItemType Directory -Force -Path build\output
78-
Move-Item -Force -Path build/bin -Destination build/output
78+
Move-Item -Force -Path build/addons -Destination build/output
7979
Move-Item -Path build\plugify.pconfig -Destination build\output
8080
8181
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)