Skip to content

Commit 431bd89

Browse files
authored
ci: Run cargo build manually in release workflow. (#20) [skip ci]
1 parent a740501 commit 431bd89

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,7 @@ jobs:
4040
with:
4141
key: ${{ matrix.config.rust_target }}
4242
- name: Cargo Build
43-
uses: actions-rs/cargo@v1
44-
with:
45-
command: build
46-
args: --release --target ${{ matrix.config.rust_target }}
43+
run: cargo build --release --target ${{ matrix.config.rust_target }}
4744
- name: Create Assets
4845
shell: bash
4946
run: |

0 commit comments

Comments
 (0)