From eef0754ed3e28a381c6a788233e6187ad93830f6 Mon Sep 17 00:00:00 2001 From: "Clint.Network" Date: Sun, 13 Sep 2020 03:21:36 +0200 Subject: [PATCH] Update Release.yml --- .github/workflows/Release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index a530e0b..8242db8 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-unknown-linux-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-unknown-linux-gnu + args: --release # - name: Create a Release # uses: actions/create-release@v1