Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
coopeeo committed Jul 17, 2024
2 parents 4cdfc2c + 5fc8a4a commit 514e768
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ jobs:
GEODE_VERSION=$(curl -s https://api.github.com/repos/geode-sdk/geode/releases/latest)
GEODE_VERSION=$(echo $GEODE_VERSION | jq -r .tag_name)
GEODE_VERSION=${GEODE_VERSION#v}
if [ $GEODE_VERSION == null ]; then
GEODE_VERSION="3.2.0"
fi
# Set path of mod.json file
mod_json_path="example-mod-test/mod.json"
Expand Down

0 comments on commit 514e768

Please sign in to comment.