mirror of
https://github.com/spacemeowx2/blflash.git
synced 2025-02-21 12:40:54 +00:00
ci: add cargo-blflash publish
This commit is contained in:
parent
c2d38374e9
commit
1bb1abc705
7
.github/workflows/publish.yml
vendored
7
.github/workflows/publish.yml
vendored
@ -24,8 +24,13 @@ jobs:
|
||||
with:
|
||||
toolchain: stable
|
||||
override: true
|
||||
- name: cargo publish
|
||||
- name: cargo publish blflash
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: publish
|
||||
args: --manifest-path blflash/Cargo.toml --token ${{ secrets.CRATES_IO_TOKEN }}
|
||||
- name: cargo publish cargo-blflash
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: publish
|
||||
args: --manifest-path cargo-blflash/Cargo.toml --token ${{ secrets.CRATES_IO_TOKEN }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user