mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-14 01:54:47 -07:00
Update desktop-build.yml
This commit is contained in:
parent
cc4f21b369
commit
cbab00b721
1 changed files with 1 additions and 2 deletions
3
.github/workflows/desktop-build.yml
vendored
3
.github/workflows/desktop-build.yml
vendored
|
|
@ -475,8 +475,7 @@ jobs:
|
|||
path: ${{ env.CCACHE_DIR }}
|
||||
|
||||
- name: "[macOS] Sign & notarize app bundle"
|
||||
# if: matrix.os == 'macOS' && matrix.make_package && needs.configure.outputs.tag != null
|
||||
if: matrix.os == 'macOS'
|
||||
if: matrix.os == 'macOS' && matrix.make_package && needs.configure.outputs.tag != null
|
||||
shell: bash
|
||||
env:
|
||||
MACOS_CERTIFICATE_NAME: ${{ secrets.PROD_MACOS_CERTIFICATE_NAME }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue