diff --git a/.github/workflows/win.yml b/.github/workflows/win.yml index eb9f58b..2eddeed 100644 --- a/.github/workflows/win.yml +++ b/.github/workflows/win.yml @@ -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: