Skip to content

Commit

Permalink
CI: fix macOS signing
Browse files Browse the repository at this point in the history
Since 291c587 (yesterday) the bundle is created dirctly inside the dir
root, not gui/QT/uv-qt.app (where it is now only the build GUI without
other things).
  • Loading branch information
MartinPulec committed Jul 4, 2023
1 parent 7da1be7 commit 82d888e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ jobs:
for n in lib opt; do sudo mv /usr/local/$n- /usr/local/$n; done # return back
sudo mv /tmp/FRMWK $(xcrun --show-sdk-path)/System/Library/Frameworks
- name: sign+notarize
run: .github/scripts/macOS/sign.sh gui/QT/uv-qt.app
run: .github/scripts/macOS/sign.sh uv-qt.app
- name: make dmg
run: |
make osx-gui-dmg
Expand Down

0 comments on commit 82d888e

Please sign in to comment.