From 186bc5126310b8231d631fb0727b7181347401f4 Mon Sep 17 00:00:00 2001 From: "nieznany.sprawiciel" Date: Fri, 22 Mar 2024 15:22:40 +0100 Subject: [PATCH] Fix linux release build --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0a56810..92375a5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,7 @@ jobs: uses: actions-rs/cargo@v1 with: command: build - args: -p golem-certificate-cli --features smartcard + args: --workspace --release --features smartcard - name: Pack id: pack