Skip to content

Commit b0df33a

Browse files
authored
fixes (#69)
1 parent df0a0c0 commit b0df33a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.scripts/package.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,6 @@ if [ -f $package ]; then rm -f "$package"; fi
311311
# Move generated files into the repo directory
312312
mv "$scratch/$sources" "$sources"
313313
mv "$scratch/$package" "$package"
314-
mkdir ../artifacts
315-
cp -r "$scratch/$distribution/*" ../artifacts/
314+
mv "$scratch/$distribution" ../artifacts
316315

317316
echo "Done."

0 commit comments

Comments
 (0)