Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
altalk23 authored Apr 12, 2024
1 parent d1f03b4 commit 6094344
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ runs:
else
export MOD_JSON_PATH=$(find . -name "mod.json" -print -quit)
export TARGET_GEODE_VERSION=$(jq -r '.geode' $MOD_JSON_PATH)
echo "Updating to version $TARGET_GEODE_VERSION"
geode sdk update "$TARGET_GEODE_VERSION"
geode sdk install-binaries --platform ${{ steps.platform.outputs.target_id }} --version "$TARGET_GEODE_VERSION"
fi
Expand Down

0 comments on commit 6094344

Please sign in to comment.