Skip to content

Commit

Permalink
Fix Windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vicr123 committed Jun 8, 2024
1 parent 4168d95 commit 5b47d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
INSTALL_DIRECTORY: ${{ steps.contemporaryqml.outputs.install-directory }}
run: |
New-Item -ItemType Directory -Force -Path output
$executable = Move-Item -Path "$env:BUILD_DIRECTORY/contemporary*.exe" -Destination output -Force -PassThru
$executable = Move-Item -Path "$env:BUILD_DIRECTORY/playground/contemporary*.exe" -Destination output -Force -PassThru
windeployqt output --qmldir="$env:SOURCE_DIRECTORY" -printsupport
copy $env:INSTALL_DIRECTORY/bin/*.dll output
- name: Upload contemporary-qml artifact
Expand Down

0 comments on commit 5b47d7f

Please sign in to comment.