Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NightShade256 authored Mar 21, 2021
1 parent 24673d0 commit a4cdc40
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
with:
profile: minimal
toolchain: beta
default: true
- name: Build Binary
run: cargo build --release
- name: Upload Artifacts
Expand All @@ -39,7 +40,8 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
toolchain: beta
default: true
- name: Build Binary
run: cargo build --release
- name: Upload Artifacts
Expand Down

0 comments on commit a4cdc40

Please sign in to comment.