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 24689dd commit 3dedc70
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ runs:
curl -L -o ${{ inputs.downloads-path }}/cli/blazium-cli https://cdn.blazium.app/cli/$os/${{ inputs.cli-version }}/blazium-cli
else
echo "Using cached Blazium CLI"
ls ${{ inputs.downloads-path }}/cli
fi
file=$(ls ${{ inputs.downloads-path }}/cli)
BLAZIUM_CLI=${{ inputs.downloads-path }}/cli/$file
Expand Down Expand Up @@ -177,6 +178,7 @@ runs:
fi
else
echo "Using cached platform $platform and arch $arch and mono $mono"
ls ${{ inputs.bin-path }}/editor
fi
# Add Blazium to PATH
Expand Down Expand Up @@ -250,6 +252,7 @@ runs:
${{ env.BLAZIUM_CLI }} --get-version ${{ inputs.version }} --arch $arch --download --template --platform $platform$mono ${{ inputs.bin-path }}/templates
else
echo "Using cached template"
ls ${{ inputs.bin-path }}/templates
fi
file=$(ls ${{ inputs.bin-path }}/templates)
# Replace - with .
Expand Down

0 comments on commit 3dedc70

Please sign in to comment.