Skip to content

Commit e4cde01

Browse files
author
Clint.Network
authored
Update Release.yml
1 parent 65342b3 commit e4cde01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
- uses: actions-rs/toolchain@v1
1919
with:
2020
toolchain: stable
21-
target: stable-x86_64-pc-windows-gnu
21+
target: stable-x86_64-unknown-linux-gnu
2222
override: true
2323
- uses: actions-rs/cargo@v1
2424
with:
2525
use-cross: true
2626
command: build
27-
args: --release --target=stable-x86_64-pc-windows-gnu
27+
args: --release --target=stable-x86_64-unknown-linux-gnu
2828

2929
# - name: Create a Release
3030
# uses: actions/create-release@v1

0 commit comments

Comments
 (0)