Skip to content

Commit

Permalink
Install codesing certs sooner in macOS release generator
Browse files Browse the repository at this point in the history
  • Loading branch information
SamWindell committed Dec 29, 2024
1 parent 70a19fa commit fba8b6f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release_generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@ jobs:
working-directory: ${{github.workspace}}/build
run: cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$CMAKE_BUILD_TYPE -DDEPLOYMENT_BUILD:BOOL=YES

- name: Build
working-directory: ${{github.workspace}}/build
shell: bash
run: cmake --build . --config $CMAKE_BUILD_TYPE --target signet

- uses: apple-actions/import-codesign-certs@v3
with:
p12-file-base64: ${{ secrets.APPLE_CODESIGN_CERT_P12_BASE64 }}
p12-password: ${{ secrets.APPLE_CODESIGN_CERT_PASSWORD }}

- name: Build
working-directory: ${{github.workspace}}/build
shell: bash
run: cmake --build . --config $CMAKE_BUILD_TYPE --target signet

- env:
IDENTITY: ${{ secrets.APPLE_CODESIGN_CERT_IDENTITY }}
Expand Down

0 comments on commit fba8b6f

Please sign in to comment.