Skip to content

Commit

Permalink
Fixed issue with packaging workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tmoroney committed Nov 24, 2024
1 parent 953e1f0 commit c086f12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/package-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
- name: Code Sign Python Server
run: |
cd Mac-Server
# Define variables
IDENTITY="Developer ID Application: ${{ secrets.APPLE_IDENTITY }}"
ENTITLEMENTS="$(pwd)/entitlements.plist" # Ensure entitlements.plist is in the repository
Expand Down

0 comments on commit c086f12

Please sign in to comment.