File tree Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Original file line number Diff line number Diff line change 49
49
github_token : ${{ secrets.GITHUB_TOKEN }}
50
50
target : ${{ matrix.platform.target }}
51
51
runs_on : ${{ matrix.platform.os }}
52
-
53
- publish-cratesio :
54
- name : Publish to Crates.io
55
- runs-on : ubuntu-20.04
56
- steps :
57
- - uses : actions/checkout@v4
58
-
59
- - name : Install Rust toolchain
60
- uses : dtolnay/rust-toolchain@v1
61
- with :
62
- toolchain : stable
63
-
64
- - name : Enable caching
65
- uses : Swatinem/rust-cache@v2
66
-
67
- - name : Install dependencies
68
- run : sudo apt-get update && sudo apt-get install musl-tools
69
-
70
- - name : Publish espflash
71
- run : |
72
- cd espflash
73
- cargo publish --token ${{ secrets.CARGO_API_KEY }}
74
- - name : Publish cargo-espflash
75
- run : |
76
- cd cargo-espflash
77
- cargo publish --token ${{ secrets.CARGO_API_KEY }}
You can’t perform that action at this time.
0 commit comments