Skip to content

Commit

Permalink
Update GHA paths (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjl-mux authored Jul 20, 2023
1 parent 902eea5 commit 4e247f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/create-docc-archive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ readonly BUILD_DIR="${TOP_DIR}/.build"
readonly DOCUMENTATION_DIR="${BUILD_DIR}/docs"
readonly XCCONFIG_DIR="${TOP_DIR}/FrameworkXCConfigs/"

readonly PROJECT_NAME="Upload\ Test\ App"
readonly PROJECT_PATH="${TOP_DIR}/apps/Test\ App/${PROJECT_NAME}.xcodeproj"
readonly PROJECT_NAME="SwiftUploadSDKExample"
readonly PROJECT_PATH="${TOP_DIR}/Example/SwiftUploadSDKExample/${PROJECT_NAME}.xcodeproj"
readonly SCHEME="MuxUploadSDK"
readonly BUILD_CONFIGURATION="Release"
readonly BASE_XCCONFIG_FILENAME="Base"
Expand Down

0 comments on commit 4e247f5

Please sign in to comment.