Skip to content

Commit

Permalink
skip verif for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Kukks committed Dec 10, 2024
1 parent d73a3e0 commit 6125404
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,13 +187,13 @@ jobs:
run: |
codesign --deep --force --options runtime --sign "$CERT_NAME" BTCPayApp_arm64.app
# Verify the signing
- name: Verify signing for x64
run: spctl -a -t exec -vv BTCPayApp_x64.app

- name: Verify signing for arm64
run: spctl -a -t exec -vv BTCPayApp_arm64.app

# # Verify the signing
# - name: Verify signing for x64
# run: spctl -a -t exec -vv BTCPayApp_x64.app
#
# - name: Verify signing for arm64
# run: spctl -a -t exec -vv BTCPayApp_arm64.app
#
# Create DMG files
- name: Create DMG for x64
run: |
Expand Down

0 comments on commit 6125404

Please sign in to comment.