Skip to content

Commit

Permalink
Update main.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Mqxx authored Feb 20, 2025
1 parent a860c00 commit 68ec411
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ asset_index_url=$(curl -L $package_url | jq -r ".assetIndex.url")
echo "::group:: Downloading additional assets from \"$asset_index_url\"."
assets_path="$INPUT_PATH/assets"

echo "Saving additional assets to \"$assets_path\"."

asset_list=$(curl -L $asset_index_url | jq -r '.objects | to_entries[] | "\(.key) \(.value.hash)"')

echo "$asset_list" | while read -r path hash; do
Expand Down

0 comments on commit 68ec411

Please sign in to comment.