Skip to content

Commit

Permalink
Disable signing.
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch committed Oct 7, 2024
1 parent f79115f commit 4acd294
Showing 1 changed file with 22 additions and 20 deletions.
42 changes: 22 additions & 20 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -928,15 +928,16 @@ jobs:
>> $GITHUB_OUTPUT
echo "$EOF" >> $GITHUB_OUTPUT
- name: Sign macOS executables
uses: toitlang/action-macos-sign-notarize@567fcd7c0b89e1b4d0fbc5132cce6e56224db1b7 # v1.2.0
with:
certificate: ${{ secrets.MACOS_CERTIFICATE }}
certificate-password: ${{ secrets.MACOS_CERTIFICATE_PWD }}
username: ${{ secrets.AC_USERNAME }}
password: ${{ secrets.AC_PASSWORD }}
apple-team-id: 33DS2ZRDST
app-path: ${{ steps.list-executables.outputs.result }}
# Toitware's certificate isn't valid at the moment.
# - name: Sign macOS executables
# uses: toitlang/action-macos-sign-notarize@567fcd7c0b89e1b4d0fbc5132cce6e56224db1b7 # v1.2.0
# with:
# certificate: ${{ secrets.MACOS_CERTIFICATE }}
# certificate-password: ${{ secrets.MACOS_CERTIFICATE_PWD }}
# username: ${{ secrets.AC_USERNAME }}
# password: ${{ secrets.AC_PASSWORD }}
# apple-team-id: 33DS2ZRDST
# app-path: ${{ steps.list-executables.outputs.result }}

- name: Compress
run: |
Expand All @@ -961,17 +962,18 @@ jobs:
empty-$arch
done
- name: Sign DMGs
uses: toitlang/action-macos-sign-notarize@567fcd7c0b89e1b4d0fbc5132cce6e56224db1b7 # v1.2.0
with:
certificate: ${{ secrets.MACOS_CERTIFICATE }}
certificate-password: ${{ secrets.MACOS_CERTIFICATE_PWD }}
username: ${{ secrets.AC_USERNAME }}
password: ${{ secrets.AC_PASSWORD }}
apple-team-id: 33DS2ZRDST
app-path: |
out/toit-x64.dmg
out/toit-arm.dmg
# Toitware's certificate isn't valid at the moment.
# - name: Sign DMGs
# uses: toitlang/action-macos-sign-notarize@567fcd7c0b89e1b4d0fbc5132cce6e56224db1b7 # v1.2.0
# with:
# certificate: ${{ secrets.MACOS_CERTIFICATE }}
# certificate-password: ${{ secrets.MACOS_CERTIFICATE_PWD }}
# username: ${{ secrets.AC_USERNAME }}
# password: ${{ secrets.AC_PASSWORD }}
# apple-team-id: 33DS2ZRDST
# app-path: |
# out/toit-x64.dmg
# out/toit-arm.dmg

- name: Upload artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 4acd294

Please sign in to comment.