Skip to content

Commit

Permalink
Change toolchain action
Browse files Browse the repository at this point in the history
  • Loading branch information
arrudagates authored Oct 5, 2022
1 parent 39cef50 commit bc3a50a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-binary.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build binary
name: Release binary to existing tag

on: workflow_dispatch

Expand All @@ -12,8 +12,8 @@ jobs:
with:
submodules: true

- name: rust-toolchain
uses: actions-rs/toolchain@v1.0.6
- name: Install Rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1

- name: Build binary
run: cargo build --release
Expand Down

0 comments on commit bc3a50a

Please sign in to comment.