Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Ismael González <[email protected]>
  • Loading branch information
ismaelgv committed Nov 6, 2021
1 parent b75b0fa commit 7eca172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7eca172

Please sign in to comment.