Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonTian committed Aug 28, 2023
1 parent 4299c01 commit 1d7b507
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ jobs:
package:
runs-on: macos-12
steps:
- run: |
touch sign_file
- name: Sign binary
uses: lando/code-sign-action@v2
with:
file: path/to/binary
file: sign_file
certificate-data: ${{ secrets.APPLE_CERT_DATA }}
certificate-password: ${{ secrets.APPLE_CERT_PASSWORD }}
apple-notary-user: ${{ secrets.APPLE_NOTARY_USER }}
Expand Down

0 comments on commit 1d7b507

Please sign in to comment.