We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93ca617 commit a01593cCopy full SHA for a01593c
.github/workflows/shipper.ps1
@@ -17,7 +17,7 @@ cp ./target/release/smoothie-rs.exe ./smoothie-rs/bin/
17
if (-not(test-path ./smoothie-rs/bin/scripts/)){
18
mkdir ./smoothie-rs/bin/scripts/
19
} else {
20
- Rename-Item ./smoothie-rs/bin/Scripts/ ./smoothie-rs/bin/scripts/
+ Rename-Item ./smoothie-rs/bin/Scripts/ scripts
21
}
22
cp ./target/scripts/* ./smoothie-rs/bin/scripts/
23
cp ./target/jamba.vpy ./smoothie-rs/
0 commit comments