Skip to content

Commit

Permalink
Absolute path
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn authored Jun 3, 2024
1 parent f9d44d7 commit a8dda99
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=build/vcpkg_installed
vcpkg.exe export --zip --output-dir=./sdk --x-install-root=${{ github.workspace }}/build/vcpkg_installed
- name: 📤 Upload sdk
# if: github.event_name == 'workflow_dispatch' || github.event_name == 'release'
Expand Down

0 comments on commit a8dda99

Please sign in to comment.