We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc5c307 commit 1f3fa23Copy full SHA for 1f3fa23
.github/workflows/release.yml
@@ -73,7 +73,7 @@ jobs:
73
- name: Pack
74
run: |
75
cd ${{ github.workspace }}/builds/ninja-multi-vcpkg/EIM_artefacts
76
- cp ${{ github.workspace }}/dist/ Release/ -r
+ cp ${{ github.workspace }}/dist/**/* Release/ -r
77
cp ../EIMPluginScanner.exe Release/
78
Compress-Archive -Path Release/ -DestinationPath EchoInMirror-windows-x64.zip
79
CMakePresets.json
@@ -31,7 +31,8 @@
31
"name": "ninja-multi-vcpkg",
32
"configurePreset": "ninja-multi-vcpkg",
33
"displayName": "Build ninja-multi-vcpkg",
34
- "description": "Build ninja-multi-vcpkg Configurations"
+ "description": "Build ninja-multi-vcpkg Configurations",
35
+ "configuration": "Release"
36
}
37
]
38
0 commit comments