Perform code signing with Apple-issued certificate on CI

This commit is contained in:
Nathan Sobo 2021-09-10 22:07:20 -06:00
parent 3d4a451c15
commit 0710d66092
2 changed files with 17 additions and 1 deletions

View file

@ -38,6 +38,9 @@ jobs:
bundle:
name: Bundle app
runs-on: self-hosted
env:
MACOS_CERTIFICATE: ${{ secrets.MACOS_CERTIFICATE }}
MACOS_CERTIFICATE_PASSWORD: ${{ secrets.MACOS_CERTIFICATE_PASSWORD }}
steps:
- name: Install Rust x86_64-apple-darwin target
uses: actions-rs/toolchain@v1