Skip to content

Commit fb1a223

Browse files
authored
Remove use of actions-rs (#5571)
Signed-off-by: Yuki Okushi <[email protected]>
1 parent 9cc0af5 commit fb1a223

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Diff for: .github/workflows/upload-assets.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,7 @@ jobs:
4646
shell: bash
4747

4848
- name: Build release binaries
49-
uses: actions-rs/cargo@v1
50-
with:
51-
command: build
52-
args: --release
49+
run: cargo build --release
5350

5451
- name: Build archive
5552
shell: bash

0 commit comments

Comments
 (0)