Skip to content

Commit

Permalink
Update windows-qt6.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn authored Jun 3, 2024
1 parent a8dda99 commit 77589b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows-qt6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
- name: 📦 Create SDK
# if: github.event_name == 'workflow_dispatch' || github.event_name == 'release'
run: |
vcpkg.exe export --zip --output-dir=./sdk --x-install-root=${{ github.workspace }}/build/vcpkg_installed
vcpkg.exe export --zip --output-dir=./sdk --x-install-root=$( cygpath "${{ github.workspace }}/build" )/vcpkg_installed
- name: 📤 Upload sdk
# if: github.event_name == 'workflow_dispatch' || github.event_name == 'release'
Expand Down

0 comments on commit 77589b6

Please sign in to comment.