Skip to content

Commit

Permalink
No signing
Browse files Browse the repository at this point in the history
  • Loading branch information
ddd-mtl committed Mar 6, 2022
1 parent 39bf884 commit be40466
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
build-binaries:
needs: build-dna
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
Expand Down Expand Up @@ -109,12 +110,12 @@ jobs:
run: |
npm run build:ui
# Setup sign & notarize
- name: Setup sign and notarize (macos only)
if: ${{ runner.os == 'macOs' }}
uses: figleafteam/import-codesign-certs@v2
with:
p12-file-base64: ${{ secrets.HBE_APPLE_CERTIFICATE_BASE64 }}
p12-password: ${{ secrets.HBE_APPLE_CERTIFICATE_PASS }}
#- name: Setup sign and notarize (macos only)
# if: ${{ runner.os == 'macOs' }}
# uses: figleafteam/import-codesign-certs@v2
# with:
# p12-file-base64: ${{ secrets.HBE_APPLE_CERTIFICATE_BASE64 }}
# p12-password: ${{ secrets.HBE_APPLE_CERTIFICATE_PASS }}
# Build installers and binaries
- name: Build binaries
shell: bash
Expand Down

0 comments on commit be40466

Please sign in to comment.