Skip to content

Commit

Permalink
Remove use of actions-rs (#5571)
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Okushi <[email protected]>
  • Loading branch information
JohnTitor authored Jan 29, 2023
1 parent 9cc0af5 commit fb1a223
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/upload-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,7 @@ jobs:
shell: bash

- name: Build release binaries
uses: actions-rs/cargo@v1
with:
command: build
args: --release
run: cargo build --release

- name: Build archive
shell: bash
Expand Down

0 comments on commit fb1a223

Please sign in to comment.