Skip to content

Commit

Permalink
Correct path to build dll
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Apr 9, 2023
1 parent 9fe65ea commit ed5b3d0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yaml
Expand Up @@ -40,12 +40,8 @@ jobs:
shell: bash
env:
QT_VERSION: 5.15.2
- run: find "$GITHUB_WORKSPACE" -name 'Qt5Network.dll'
shell: bash
- run: find "$RUNNER_TEMP" -name 'Qt5Network.dll'
shell: bash
- uses: actions/upload-artifact@v3
with:
name: ${{ matrix.os }}
path: ${{ runner.temp }}/build/qtbase/lib/Qt5Network.dll
path: ${{ github.workspace }}/build/qtbase/lib/Qt5Network.dll
if-no-files-found: error

0 comments on commit ed5b3d0

Please sign in to comment.