Skip to content

Commit 05590fb

Browse files
authored
fixes (#65)
1 parent 8d0e012 commit 05590fb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.scripts/package.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,9 @@ set -o pipefail
258258
# Release versions
259259
latest=$VERSION
260260

261-
distribution="build"
261+
distribution="dist"
262+
sources="Sources"
263+
package="Package.swift"
262264

263265
# Generate files in a temporary directory
264266
# Use subshell to return to original directory when finished with scratchwork

0 commit comments

Comments
 (0)