Skip to content

Commit

Permalink
Also updated the archive-carthage.sh script so it doesn't fail either
Browse files Browse the repository at this point in the history
  • Loading branch information
abbeycode committed Oct 2, 2020
1 parent 5e05db8 commit 90030c3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Scripts/archive-carthage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ set -ev

# Archives the Carthage packages, and prints the name of the archive

carthage build --no-skip-current
carthage archive
# Employing a workaround until Xcode 12 builds are fixed
SCRIPTPATH="$( cd "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"
source "${SCRIPTPATH}"/carthage.sh build --no-skip-current
source "${SCRIPTPATH}"/carthage.sh archive

export ARCHIVE_PATH="UnrarKit.framework.zip"

0 comments on commit 90030c3

Please sign in to comment.