Skip to content

Commit fb69ada

Browse files
committed
TEMP: fetch
1 parent 026cab5 commit fb69ada

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ jobs:
156156
echo "uid=$(id -u)" >> $GITHUB_OUTPUT
157157
echo "gid=$(id -g)" >> $GITHUB_OUTPUT
158158
build:
159+
if: false
159160
name: ${{ matrix.name }}
160161
needs: configuration
161162
runs-on: ubuntu-latest
@@ -497,13 +498,7 @@ jobs:
497498
createdmg:
498499
name: Create and Notarize DMG
499500
needs: [configuration, build]
500-
if: |
501-
true ||
502-
(
503-
github.event_name == 'push' &&
504-
github.repository == 'icosa-foundation/open-brush' &&
505-
(github.ref == 'refs/heads/main' || contains(github.ref, 'refs/tags/v'))
506-
)
501+
if: ${{ always() }}
507502

508503
runs-on: macos-latest # the ovr-platform-util tool is only available for Mac and Windows
509504
steps:
@@ -520,7 +515,8 @@ jobs:
520515
with:
521516
name: MacOS Monoscopic
522517
path: build_macos_monoscopic
523-
518+
run-id: 8347344270
519+
github-token: ${{ github.token }}
524520
# See https://docs.github.com/en/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development
525521
- name: Install the Apple certificate and provisioning profile
526522
env:

0 commit comments

Comments
 (0)