Skip to content

Commit

Permalink
copy instead of move
Browse files Browse the repository at this point in the history
  • Loading branch information
jmckisson committed May 8, 2024
1 parent 1404785 commit 51fbc11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CI/deploy-mudlet-for-windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ moveToUploadDir() {
mkdir -p "$uploadDir"
fi

echo "=== Moving files to upload directory ==="
mv "${PACKAGE_DIR}/" "$uploadDir/"
echo "=== Copying files to upload directory ==="
cp "${PACKAGE_DIR}/*" "$uploadDir/"
echo "=== Listing files in upload directory ==="
ls "$uploadDir"

Expand Down

0 comments on commit 51fbc11

Please sign in to comment.