Skip to content

Commit 08d0773

Browse files
committed
Fix Windows workflow
1 parent 7203602 commit 08d0773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
cp -v $build_dir/*.dll shared
6868
if [ -d "libs" ]
6969
then
70-
cp -v libs/windows/bin/*.dll shared
70+
cp -v libs/windows/bin/x64/*.dll shared
7171
fi
7272
zipfile=${package}_${new_plugin_ver}.zip
7373
powershell Compress-Archive -Path "shared" -DestinationPath ${zipfile}

0 commit comments

Comments
 (0)