mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-19 14:51:11 -06:00
Minor fixes continued
This commit is contained in:
parent
17811c997b
commit
ea46af82d6
3 changed files with 6 additions and 13 deletions
2
.github/workflows/build_orca.yml
vendored
2
.github/workflows/build_orca.yml
vendored
|
@ -133,7 +133,7 @@ jobs:
|
|||
|
||||
# Thanks to RaySajuuk, it's working now
|
||||
- name: Notarize the app
|
||||
if: matrix.os == 'macos-12'
|
||||
if: github.ref == 'refs/heads/main' && matrix.os == 'macos-12'
|
||||
working-directory: ${{ github.workspace }}
|
||||
run: |
|
||||
xcrun notarytool store-credentials "notarytool-profile" --apple-id "${{ secrets.APPLE_DEV_ACCOUNT }}" --team-id "${{ secrets.TEAM_ID }}" --password "${{ secrets.APP_PWD }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue