From ca023c8269bc6faec7c2aa76176715fb1cb87352 Mon Sep 17 00:00:00 2001 From: Vishal Rana Date: Sat, 22 Aug 2026 17:48:05 -0700 Subject: [PATCH] fix(ci): extract archived release binary --- .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 7ddb9e2..5e6ba8b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -275,7 +275,7 @@ jobs: done done mkdir native - tar -xzf "fanout_${VERSION}_linux_amd64.tar.gz" -C native fanout + tar -xzf "fanout_${VERSION}_linux_amd64.tar.gz" -C native ./fanout [ "$(native/fanout -version)" = "${VERSION}" ] - name: Verify the public installer env: