Skip to content

Commit

Permalink
fix verify code
Browse files Browse the repository at this point in the history
  • Loading branch information
ogabrielides committed Dec 2, 2024
1 parent 5472fb8 commit 047b7a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ jobs:
- name: Verify Code Signing
if: contains(matrix.target, 'apple-darwin')
run: |
codesign --verify --deep --strict --verbose=2 dash-evo-tool/dash-evo-tool${{ matrix.ext }}
codesign --verify --deep --strict --verbose=2 dist/dash-evo-tool-${{ matrix.platform }}.${{ matrix.release-ext }}
# Notarize MacOS Release Build using xcrun notarytool
Expand Down

0 comments on commit 047b7a2

Please sign in to comment.