Skip to content

Commit

Permalink
Update Release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Clint.Network authored Sep 13, 2020
1 parent 65342b3 commit e4cde01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
target: stable-x86_64-pc-windows-gnu
target: stable-x86_64-unknown-linux-gnu
override: true
- uses: actions-rs/cargo@v1
with:
use-cross: true
command: build
args: --release --target=stable-x86_64-pc-windows-gnu
args: --release --target=stable-x86_64-unknown-linux-gnu

# - name: Create a Release
# uses: actions/create-release@v1
Expand Down

0 comments on commit e4cde01

Please sign in to comment.