We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 582b08b commit c071c3dCopy full SHA for c071c3d
.github/workflows/ci.yml
@@ -108,12 +108,13 @@ jobs:
108
MAC_CERT_P12: ${{ secrets.MAC_CERT_P12 }}
109
MAC_CERT_P12_PASSWORD: ${{ secrets.MAC_CERT_P12_PASSWORD }}
110
MAC_KEYCHAIN_PASSWORD: ${{ secrets.MAC_KEYCHAIN_PASSWORD }}
111
- CODESIGN_ID: ${{ secrets.CODESIGN_ID }}
112
113
# Configure
114
- name: Configure (Unix)
115
if: matrix.os != 'windows-latest'
116
run: cmake -S src -B build-Release -G Ninja -DCMAKE_BUILD_TYPE=Release -DCODESIGN_ID="$CODESIGN_ID"
+ env:
117
+ CODESIGN_ID: ${{ secrets.CODESIGN_ID }}
118
119
- name: Configure (Windows)
120
if: matrix.os == 'windows-latest'
0 commit comments