Skip to content

Commit

Permalink
Correct path the built dmg file
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Apr 15, 2023
1 parent b4979c0 commit a8ca35a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Expand Up @@ -97,7 +97,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: macos-${{ matrix.qt }}
path: ${{ runner.temp }}/Bipolar*.dmg
path: ${{ runner.temp }}/pkg/osx/Bipolar-*.dmg
if-no-files-found: error

win:
Expand Down

0 comments on commit a8ca35a

Please sign in to comment.