summary refs log tree commit diff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJoseph Donofry <joedonofry@gmail.com>2022-10-27 19:08:27 -0400
committerJoseph Donofry <joedonofry@gmail.com>2022-10-27 19:08:27 -0400
commit7f825e3ee8b41c42c6f25c8bb637d5de99303d45 (patch)
treead2e3a138d7f86ea77e48259776df6a0168c013c /.gitlab-ci.yml
parentFix conditional checks (diff)
downloadnheko-7f825e3ee8b41c42c6f25c8bb637d5de99303d45.tar.xz
Fix PLAT being wrong for m1 builds
Diffstat (limited to '')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8d6fc82b..623a7be5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -151,11 +151,11 @@ codesign-macos:
     - job: build-macos
       optional: true # optional since we want to be able to also trigger this job from cirrus ci for apple silicon builds.
   rules:
-    - if : '$CI_COMMIT_BRANCH == "master"'
-    - if : $CI_COMMIT_TAG
     - if : '$CI_PIPELINE_TRIGGERED && $CI_COMMIT_REF_PROTECTED == "true"'
       variables:
         PLAT: "m1"
+    - if : '$CI_COMMIT_BRANCH == "master"'
+    - if : $CI_COMMIT_TAG
   artifacts:
     paths:
       - artifacts/nheko-${CI_COMMIT_SHORT_SHA}_${PLAT}.dmg