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 1df2200 commit a55f141Copy full SHA for a55f141
1 file changed
.github/workflows/main.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Setup MSBuild
17
uses: microsoft/setup-msbuild@v1.0.0
18
- name: Copy Dependencies
19
- run: 'cp ${{ github.workspace }}/vcpkg/packages ${{ github.workspace }}/dependencies'
+ run: 'cp ${{ github.workspace }}/vcpkg/packages/* ${{ github.workspace }}/dependencies/'
20
- name: Build DLL
21
run: 'msbuild SimpleGraphic.vcxproj /p:configuration=release /p:platform=win32'
22
- name: Archive DLL
0 commit comments