Skip to content

Commit

Permalink
Fix MacOS pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
huxingyi committed Feb 19, 2023
1 parent 1f64f7a commit 9dc92f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
make -j`nproc`
- name: Generate DMG
run: |
mv dust3d.app Dust3D.app
mv ${GITHUB_WORKSPACE}/application/dust3d.app Dust3D.app
macdeployqt Dust3D.app -dmg
- name: Upload DMG
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 9dc92f2

Please sign in to comment.