We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df0a0c0 commit b0df33aCopy full SHA for b0df33a
.scripts/package.sh
@@ -311,7 +311,6 @@ if [ -f $package ]; then rm -f "$package"; fi
311
# Move generated files into the repo directory
312
mv "$scratch/$sources" "$sources"
313
mv "$scratch/$package" "$package"
314
-mkdir ../artifacts
315
-cp -r "$scratch/$distribution/*" ../artifacts/
+mv "$scratch/$distribution" ../artifacts
316
317
echo "Done."
0 commit comments