Skip to content

Commit

Permalink
Update release job to fix 6.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
LPGhatguy committed Mar 30, 2020
1 parent 1214fc8 commit def99a9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:

steps:
- uses: actions/checkout@v1
with:
submodules: true

- name: Build release binary
run: cargo build --verbose --locked --release
Expand All @@ -25,6 +27,8 @@ jobs:

steps:
- uses: actions/checkout@v1
with:
submodules: true

- name: Install Rust
run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
Expand All @@ -47,6 +51,8 @@ jobs:

steps:
- uses: actions/checkout@v1
with:
submodules: true

- name: Build
run: cargo build --locked --verbose --release
Expand Down

0 comments on commit def99a9

Please sign in to comment.