From 0166bf703a33f8e0ffb81a07bf6b3f326127621a Mon Sep 17 00:00:00 2001 From: ko1N Date: Mon, 15 Mar 2021 20:20:58 +0100 Subject: [PATCH] Switched to release build --- .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 0eaa2c5..9b37cc7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: - name: install libusb-1.0 run: sudo apt-get install libusb-1.0-0-dev - name: build - run: cargo build --workspace --all-features --verbose + run: cargo build --release --workspace --all-features --verbose - uses: actions/upload-artifact@v2 with: name: library-ubuntu @@ -41,7 +41,7 @@ jobs: run: echo "LIBCLANG_PATH=$((gcm clang).source -replace "clang.exe")" >> $env:GITHUB_ENV - name: build shell: bash - run: cargo build --workspace --all-features --verbose + run: cargo build --release --workspace --all-features --verbose - uses: actions/upload-artifact@v2 with: name: library-windows