diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 058478b..a530e0b 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -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