Skip to content

Commit a01593c

Browse files
committed
fix rename-item arg
1 parent 93ca617 commit a01593c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/shipper.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cp ./target/release/smoothie-rs.exe ./smoothie-rs/bin/
1717
if (-not(test-path ./smoothie-rs/bin/scripts/)){
1818
mkdir ./smoothie-rs/bin/scripts/
1919
} else {
20-
Rename-Item ./smoothie-rs/bin/Scripts/ ./smoothie-rs/bin/scripts/
20+
Rename-Item ./smoothie-rs/bin/Scripts/ scripts
2121
}
2222
cp ./target/scripts/* ./smoothie-rs/bin/scripts/
2323
cp ./target/jamba.vpy ./smoothie-rs/

0 commit comments

Comments
 (0)