From 7eca172c3e6e0edf1c12fad051bcd9419accb176 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismael=20Gonz=C3=A1lez?= Date: Sat, 6 Nov 2021 19:00:15 +0100 Subject: [PATCH] Fix workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ismael González --- .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 211ff8c..8dd784d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,7 +50,7 @@ jobs: with: use-cross: true command: build - args:: --target=${TARGET} --release --verbose + args: --target=${{ env.TARGET }} --release --verbose - name: Create package id: package