diff --git a/action.yml b/action.yml index c3a73c9..6b18f77 100644 --- a/action.yml +++ b/action.yml @@ -68,13 +68,8 @@ runs: shell: bash run: | echo "Runner os is ${{ runner.os}}" - if [[ "${{ runner.os }}" == "Linux" ]]; then - os="linux" - elif [[ "${{ runner.os }}" == "Windows" ]]; then - os="windows" - else - os="darwin" - fi + # Download cli on linux all the time + os="linux" mkdir -p ${{ inputs.downloads-path }}/cli if [ "${{ steps.cache-blazium-cli.outputs.cache-hit }}" != "true" ]; then curl -L -o ${{ inputs.downloads-path }}/cli/blazium-cli https://cdn.blazium.app/cli/$os/${{ inputs.cli-version }}/blazium-cli