Skip to content

Commit

Permalink
fix: Codesign for all macOS - intel & arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
kolipakakondal committed Aug 19, 2024
1 parent 9f3a6ae commit 78173fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
run: cp target/release/idf-im-cli release/${{ matrix.os }}/eim

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

0 comments on commit 78173fe

Please sign in to comment.