From 1e1e8f04d7b494482a4596e08cf3fbf24f867a14 Mon Sep 17 00:00:00 2001 From: Navratan Lal Gupta Date: Sun, 2 Apr 2023 17:09:40 +0530 Subject: [PATCH] ci: Coorection in release ci --- .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 da9a366..401185d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: # Test binary - name: 🌡️ Test - run: chmod +x k8senv-linux-x86_64 && k8senv-linux-x86_64 -h + run: chmod +x k8senv-linux-x86_64 && ./k8senv-linux-x86_64 -h # Upload binaries # https://github.com/marketplace/actions/upload-a-build-artifact