diff --git a/.scripts/package.sh b/.scripts/package.sh index 6521cdc..4d53bd9 100755 --- a/.scripts/package.sh +++ b/.scripts/package.sh @@ -258,7 +258,9 @@ set -o pipefail # Release versions latest=$VERSION -distribution="build" +distribution="dist" +sources="Sources" +package="Package.swift" # Generate files in a temporary directory # Use subshell to return to original directory when finished with scratchwork