Skip to content

Commit

Permalink
Update package-mac.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tmoroney committed Nov 24, 2024
1 parent c086f12 commit 80d6a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
run: |
# Define variables
IDENTITY="Developer ID Application: ${{ secrets.APPLE_IDENTITY }}"
ENTITLEMENTS="$(pwd)/entitlements.plist" # Ensure entitlements.plist is in the repository
ENTITLEMENTS="$(pwd)/Mac-Server/entitlements.plist"
APP_DIR="$(pwd)/Mac-Server/dist/Transcription-Server"
# Function to sign a single file
Expand Down

0 comments on commit 80d6a90

Please sign in to comment.