Skip to content

Commit

Permalink
Deploy entire output directory
Browse files Browse the repository at this point in the history
  • Loading branch information
vicr123 authored May 27, 2024
1 parent 47f53cd commit e4e1104
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 @@ -54,7 +54,7 @@ jobs:
run: |
New-Item -ItemType Directory -Force -Path output
$executable = Move-Item -Path "$env:BUILD_DIRECTORY/theterminal*.exe" -Destination output -Force -PassThru
windeployqt $executable.FullName --qmldir="$env:SOURCE_DIRECTORY" --libdir="$env:INSTALL_DIRECTORY\bin"
windeployqt output --qmldir="$env:SOURCE_DIRECTORY" --libdir="$env:INSTALL_DIRECTORY\bin"
- name: Upload theterminal artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit e4e1104

Please sign in to comment.