Skip to content

Commit

Permalink
Fix for singing MacOs
Browse files Browse the repository at this point in the history
Fix for singing MacOs
  • Loading branch information
malieskimi authored Nov 21, 2022
1 parent 2fdda71 commit 47d96d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Codesign app
if: matrix.os == 'macos-latest'
run: |
find "${{ env.MACOS_PATH }}/SecureElementReader.App.app/Contents/MacOS/"|while read fname; do
find "${{ env.MACOS_PATH }}/SecureElementReader.App.app/Contents/MacOS"|while read fname; do
if [ -f "$fname" ]
then
echo "[INFO] Signing $fname"
Expand Down

0 comments on commit 47d96d2

Please sign in to comment.