mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-12 02:56:12 -05:00
Update desktop-build.yml
This commit is contained in:
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 }}
|
||||
|
||||
Reference in New Issue
Block a user