Skip to content

Commit

Permalink
Do not install jsign on private runners
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Rockwood <benr@cuddletech.com>
  • Loading branch information
benr committed Aug 23, 2023
1 parent 048e4e9 commit ba62963
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ jobs:
echo "SM_CODE_SIGNING_CERT_SHA1_HASH=${{ secrets.SM_CODE_SIGNING_CERT_SHA1_HASH }}" >> "$GITHUB_ENV"
echo "SM_CERT_ALIAS=${{ secrets.SM_CERT_ALIAS }}" >> "$GITHUB_ENV"
- name: Install jSign (Windows Signing Tool)
run: |
curl -LO https://github.com/ebourg/jsign/releases/download/5.0/jsign_5.0_all.deb
sudo dpkg -i ./jsign_5.0_all.deb
# - name: Install jSign (Windows Signing Tool) -- Required for public runners
# run: |
# curl -LO https://github.com/ebourg/jsign/releases/download/5.0/jsign_5.0_all.deb
# sudo dpkg -i ./jsign_5.0_all.deb

- name: Install Quill for Mac Signing and Notarization
run: |
Expand Down

0 comments on commit ba62963

Please sign in to comment.