diff --git a/.github/workflows/flytectl-install.yml b/.github/workflows/flytectl-install.yml index 66567c62bb..2b34c09470 100644 --- a/.github/workflows/flytectl-install.yml +++ b/.github/workflows/flytectl-install.yml @@ -20,11 +20,15 @@ jobs: os: - ubuntu-latest - macos-latest - - windows-latest + version: + - v0.8.20 + - latest + # Test the case where no version is specified + - " " steps: - uses: actions/checkout@v4 - run: | chmod +x ./flytectl/install.sh - ./flytectl/install.sh + ./flytectl/install.sh ${{ matrix.version }} ./bin/flytectl version