Skip to content

Commit 1c45395

Browse files
committed
Refactor project name
RazTot -> Piro (Pi Rover)
1 parent da492c1 commit 1c45395

File tree

11 files changed

+269
-159
lines changed

11 files changed

+269
-159
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ jobs:
2323
args: --target armv7-unknown-linux-gnueabihf --release
2424
- uses: actions/upload-artifact@v2
2525
with:
26-
name: raztot
27-
path: target/armv7-unknown-linux-gnueabihf/release/raztot
26+
name: piro
27+
path: target/armv7-unknown-linux-gnueabihf/release/piro

0 commit comments

Comments
 (0)