diff --git a/.github/workflows/flytectl-install.yml b/.github/workflows/flytectl-install.yml index 3b9e6476b9..1ac10edb49 100644 --- a/.github/workflows/flytectl-install.yml +++ b/.github/workflows/flytectl-install.yml @@ -33,8 +33,5 @@ jobs: with: timeout_seconds: 15 max_attempts: 3 - command: | - chmod +x ./flytectl/install.sh - ./flytectl/install.sh ${{ matrix.version }} - ./bin/flytectl version + command: chmod +x ./flytectl/install.sh && ./flytectl/install.sh ${{ matrix.version }} && ./bin/flytectl version