Skip to content

Commit

Permalink
add delay
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshalX committed Dec 21, 2023
1 parent d588089 commit d596ff2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build_executable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,13 @@ jobs:
run: |
time $PATH_TO_CYCODE_CLI_EXECUTABLE version
# verify signature and notarization
# verify signature
codesign -dv --verbose=4 $PATH_TO_CYCODE_CLI_EXECUTABLE
# there is a small delay between notarization and notarization verification
sleep 10
# verify notarization
spctl -a -vvv -t install $PATH_TO_CYCODE_CLI_EXECUTABLE
- name: Import cert for Windows and setup envs
Expand Down

0 comments on commit d596ff2

Please sign in to comment.