Skip to content

Commit

Permalink
fix: Run codesigning only on macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
kolipakakondal committed Aug 16, 2024
1 parent a1f75b8 commit 9f3a6ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
run: cp target/release/idf-im-cli release/${{ matrix.os }}/eim

- name: Codesign macOS build artifacts
if: matrix.os == 'macos-latest'
env:
MACOS_CERTIFICATE: ${{ secrets.MACOS_CERTIFICATE }}
MACOS_CERTIFICATE_PWD: ${{ secrets.MACOS_CERTIFICATE_PWD }}
Expand Down

0 comments on commit 9f3a6ae

Please sign in to comment.