Skip to content

Commit e176bd5

Browse files
committed
feat(ci): update ci
1 parent d0271d8 commit e176bd5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/rust.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Rust
22

33
on:
44
push:
5-
branches: ["main"]
5+
branches: ["dev"]
66
tags:
77
- "v*"
88

@@ -18,7 +18,11 @@ jobs:
1818
- name: use cache
1919
uses: Swatinem/[email protected]
2020
- name: Build
21-
run: cargo build --release --verbose
21+
run: cargo build --all --release --verbose
22+
- name: Rename
23+
run: |
24+
mv target/release/check-format target/release/check-cmt
25+
mv target/release/upload-metadata target/release/check-pr
2226
- uses: actions/upload-artifact@v4
2327
with:
2428
name: check-cmt

0 commit comments

Comments
 (0)