Skip to content

Commit

Permalink
Speparate artifacts per OS version
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Apr 9, 2023
1 parent 35de256 commit 9fe65ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- run: otool -L "$RUNNER_TEMP/build/qtbase/lib/QtNetwork.framework/Versions/5/QtNetwork"
- uses: actions/upload-artifact@v3
with:
name: macOS
name: ${{ matrix.os }}
path: ${{ runner.temp }}/build/qtbase/lib/QtNetwork.framework/Versions/5/QtNetwork
if-no-files-found: error

Expand All @@ -46,6 +46,6 @@ jobs:
shell: bash
- uses: actions/upload-artifact@v3
with:
name: windows
name: ${{ matrix.os }}
path: ${{ runner.temp }}/build/qtbase/lib/Qt5Network.dll
if-no-files-found: error

0 comments on commit 9fe65ea

Please sign in to comment.