Skip to content

Commit

Permalink
build: fix error in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
glaumar committed Jul 4, 2024
1 parent 6d00cc8 commit 9b8631f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions macOs/signApp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,6 @@ printf "\e[1;32mVerifying the app bundle...\e[0m\n"
spctl --assess --type exec -vv "${DMG_NAME}"
codesign --verify --deep --strict --verbose=2 "${DMG_NAME}"

# Always returning true ensures that the github action will not terminate due to errors in this script.
# You can get an unsigned dmg file even if the signing fails
true

0 comments on commit 9b8631f

Please sign in to comment.