From 8d9cdc9c3a5234311d2a15c671148b4eb45ff081 Mon Sep 17 00:00:00 2001 From: Superredstone Date: Fri, 13 Feb 2026 20:19:55 +0100 Subject: [PATCH] build: fix wrong variable in just recipe --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 3cda552..f8989d3 100644 --- a/justfile +++ b/justfile @@ -39,7 +39,7 @@ build: windows darwin linux # Push binaries to GitHub releases publish tag: - gh release upload $tag build/spotiflac-cli-* + gh release upload {{tag}} build/spotiflac-cli-* clean: rm -rf build/