Skip to content

Commit a55f141

Browse files
committed
Fix dependency location
1 parent 1df2200 commit a55f141

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup MSBuild
1717
uses: microsoft/setup-msbuild@v1.0.0
1818
- name: Copy Dependencies
19-
run: 'cp ${{ github.workspace }}/vcpkg/packages ${{ github.workspace }}/dependencies'
19+
run: 'cp ${{ github.workspace }}/vcpkg/packages/* ${{ github.workspace }}/dependencies/'
2020
- name: Build DLL
2121
run: 'msbuild SimpleGraphic.vcxproj /p:configuration=release /p:platform=win32'
2222
- name: Archive DLL

0 commit comments

Comments
 (0)