Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Add notarization of MacOS binary to CI #173

Merged
merged 2 commits into from
Nov 3, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Provide AC username and password to CI
  • Loading branch information
kylecarbs committed Nov 3, 2020
commit e0df2e4ed2cd792f6a4ce70fbf990afe847ce508
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
p12-password: ${{ secrets.APPLE_DEVELOPER_CERTIFICATE_PASSWORD }}
- name: Build
run: ./ci/steps/build.sh
env:
AC_USERNAME: ${{ secrets.AC_USERNAME }}
AC_PASSWORD: ${{ secrets.AC_PASSWORD }}
- name: Upload
uses: actions/upload-artifact@v2
with:
Expand Down