Skip to content

Commit f554ef1

Browse files
committed
Revert "dry run"
This reverts commit 3a7b3c8.
1 parent 3a7b3c8 commit f554ef1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ jobs:
9898
run: ./gradlew nativeCompile
9999

100100
- name: Codesign binary
101+
if: contains(github.event.head_commit.message, '[release]') && github.event.ref == 'refs/heads/master'
101102
env:
102103
MACOS_CERTIFICATE: ${{ secrets.MACOS_CERTIFICATE }}
103104
MACOS_CERTIFICATE_PWD: ${{ secrets.MACOS_CERTIFICATE_PWD }}
@@ -113,6 +114,7 @@ jobs:
113114
/usr/bin/codesign --force -s "$MACOS_CERTIFICATE_NAME" --options runtime build/native/nativeCompile/migtool -v
114115
115116
- name: Notarize binary
117+
if: contains(github.event.head_commit.message, '[release]') && github.event.ref == 'refs/heads/master'
116118
env:
117119
MACOS_AC_API_CERT: ${{ secrets.MACOS_AC_API_CERT }}
118120
MACOS_AC_API_ISSUER_ID: ${{ secrets.MACOS_AC_API_ISSUER_ID }}

0 commit comments

Comments
 (0)