mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Fix PLAT being wrong for m1 builds
This commit is contained in:
parent
c6c8ac092b
commit
7f825e3ee8
1 changed files with 2 additions and 2 deletions
|
@ -151,11 +151,11 @@ codesign-macos:
|
||||||
- job: build-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.
|
optional: true # optional since we want to be able to also trigger this job from cirrus ci for apple silicon builds.
|
||||||
rules:
|
rules:
|
||||||
- if : '$CI_COMMIT_BRANCH == "master"'
|
|
||||||
- if : $CI_COMMIT_TAG
|
|
||||||
- if : '$CI_PIPELINE_TRIGGERED && $CI_COMMIT_REF_PROTECTED == "true"'
|
- if : '$CI_PIPELINE_TRIGGERED && $CI_COMMIT_REF_PROTECTED == "true"'
|
||||||
variables:
|
variables:
|
||||||
PLAT: "m1"
|
PLAT: "m1"
|
||||||
|
- if : '$CI_COMMIT_BRANCH == "master"'
|
||||||
|
- if : $CI_COMMIT_TAG
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- artifacts/nheko-${CI_COMMIT_SHORT_SHA}_${PLAT}.dmg
|
- artifacts/nheko-${CI_COMMIT_SHORT_SHA}_${PLAT}.dmg
|
||||||
|
|
Loading…
Reference in a new issue