Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
evandcoleman committed Sep 30, 2024
1 parent df0a0c0 commit e72583f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .scripts/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,6 @@ if [ -f $package ]; then rm -f "$package"; fi
# Move generated files into the repo directory
mv "$scratch/$sources" "$sources"
mv "$scratch/$package" "$package"
mkdir ../artifacts
cp -r "$scratch/$distribution/*" ../artifacts/
mv "$scratch/$distribution" ../artifacts

echo "Done."

0 comments on commit e72583f

Please sign in to comment.