Skip to content

Commit

Permalink
Update smeem-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cchanmi authored Nov 21, 2024
1 parent ce51ae8 commit 6d5e82d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/smeem-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,6 @@ jobs:
UUID=`/usr/libexec/PlistBuddy -c 'Print :UUID' /dev/stdin <<< $(security cms -D -i ./$PROVISION)`
cp "./$PROVISION" "$HOME/Library/MobileDevice/Provisioning Profiles/$UUID.mobileprovision"
done
- name: Check if archive exists
run: |
if [ ! -d "$XC_ARCHIVE_PATH" ]; then
echo "Archive not found at $XC_ARCHIVE_PATH"
exit 1
fi
- name: Archive app
run: |
mkdir artifacts
Expand Down

0 comments on commit 6d5e82d

Please sign in to comment.