Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ughuuu committed Feb 7, 2025
1 parent 6008567 commit 24689dd
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 24689dd

Please sign in to comment.