Skip to content

Commit 1f3fa23

Browse files
committed
Fix build
1 parent dc5c307 commit 1f3fa23

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Pack
7474
run: |
7575
cd ${{ github.workspace }}/builds/ninja-multi-vcpkg/EIM_artefacts
76-
cp ${{ github.workspace }}/dist/ Release/ -r
76+
cp ${{ github.workspace }}/dist/**/* Release/ -r
7777
cp ../EIMPluginScanner.exe Release/
7878
Compress-Archive -Path Release/ -DestinationPath EchoInMirror-windows-x64.zip
7979

CMakePresets.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
"name": "ninja-multi-vcpkg",
3232
"configurePreset": "ninja-multi-vcpkg",
3333
"displayName": "Build ninja-multi-vcpkg",
34-
"description": "Build ninja-multi-vcpkg Configurations"
34+
"description": "Build ninja-multi-vcpkg Configurations",
35+
"configuration": "Release"
3536
}
3637
]
3738
}

0 commit comments

Comments
 (0)