Skip to content

Commit fc9f5d6

Browse files
committed
ci: restore CODE_SIGNING_* vars for macOS
These were accidentally deleted when shuffling macOS setup steps to an `macos-setup/action.yml` and back. These variables make Xcode behavior consistent across different GHA images.
1 parent 49244db commit fc9f5d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/actions/macos-build/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ runs:
5151
env:
5252
CONFIG: Debug
5353
ARTIFACT_TAG: Debug
54+
CODE_SIGNING_ALLOWED: ${{ inputs.sign }}
55+
CODE_SIGNING_REQUIRED: ${{ inputs.sign }}
5456
shell: bash
5557
run: |
5658
set -x # debug trace

0 commit comments

Comments
 (0)