Skip to content

Commit

Permalink
Update XCFramework Setup
Browse files Browse the repository at this point in the history
  • Loading branch information
PSchmiedmayer committed May 18, 2024
1 parent eefd020 commit d408b1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/xcframework.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ on:
description: 'Optional Prefix for the output path'
type: string
required: false
default: ''
default: '.'
user:
description: 'Optional GitHub username that is associated with the GitHub Personal Access Token (PAT)'
type: string
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
FRAMEWORKS_ARGS=$(echo "$FRAMEWORKS_ARGS" | xargs)
echo "Executing xcodebuild with args: $FRAMEWORKS_ARGS"
xcodebuild -create-xcframework $FRAMEWORKS_ARGS -output ${{ inputs.outputpath }}${{ inputs.xcFrameworkName }}.xcframework | xcbeautify || { echo "xcodebuild failed"; exit 1; }
xcodebuild -create-xcframework $FRAMEWORKS_ARGS -output ${{ inputs.outputpath }}/${{ inputs.xcFrameworkName }}.xcframework | xcbeautify || { echo "xcodebuild failed"; exit 1; }
rm -rf .build
- name: Commit and push XCFramework
Expand Down

0 comments on commit d408b1c

Please sign in to comment.