Skip to content

Commit

Permalink
forward slash
Browse files Browse the repository at this point in the history
  • Loading branch information
KenCorma committed Aug 28, 2024
1 parent 7aed1c8 commit c8debcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- run: |
SIGN_ID=$(security find-identity -p codesigning -v | grep -E "Developer ID" | sed -n -e 's/.* "/"/p' | tr -d '""')
echo "SIGN_ID=$SIGN_ID" >> $GITHUB_ENV
sed -i '' 's/--strict/-d/g' "node_modules\@electron\notarize\lib\check-signature.js"
sed -i '' 's/--strict/-d/g' "/node_modules/@electron/notarize/lib/check-signature.js"
- name: Publish app
env:
DEBUG: electron-notarize*
Expand Down

0 comments on commit c8debcf

Please sign in to comment.