Skip to content

Commit

Permalink
Fix placement of Xcode path
Browse files Browse the repository at this point in the history
  • Loading branch information
homebysix committed Jun 9, 2023
1 parent c820885 commit 80dcd70
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,9 @@ jobs:
"Escrow Buddy/build/Escrow Buddy-$VERSION-unsigned.pkg" "Escrow Buddy/build/Escrow Buddy-$VERSION-signed.pkg"
- name: Notarize package
with:
XCODE_PATH: "/Applications/Xcode_14.2.app"
run: |
VERSION=$(cat "Escrow Buddy/build/version.txt")
XCODE_PATH="/Applications/Xcode_14.2.app"
"$XCODE_PATH/Contents/Developer/usr/bin/notarytool" store-credentials \
--apple-id "opensource@macadmins.io" \
--team-id "T4SK8ZXCXG" \
Expand Down

0 comments on commit 80dcd70

Please sign in to comment.