Skip to content

Commit

Permalink
Copy all dlls to output
Browse files Browse the repository at this point in the history
  • Loading branch information
vicr123 authored May 27, 2024
1 parent 5bf88fd commit 9e8451a
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,8 +54,8 @@ jobs:
run: |
New-Item -ItemType Directory -Force -Path output
$executable = Move-Item -Path "$env:BUILD_DIRECTORY/theterminal*.exe" -Destination output -Force -PassThru
$env:Path = "$env:INSTALL_DIRECTORY\bin;" + $env:Path
windeployqt output --qmldir="$env:SOURCE_DIRECTORY"
copy $env:INSTALL_DIRECTORY/bin/*.dll output
- name: Upload theterminal artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 9e8451a

Please sign in to comment.