Skip to content

Commit

Permalink
Fix build workflow, I think
Browse files Browse the repository at this point in the history
  • Loading branch information
jenchanws committed May 24, 2023
1 parent a98b407 commit 49c98cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,15 @@ jobs:
matrix:
java: [17]
minecraft: ["1.19", "1.18"]
loader: [fabric, forge]
create: [0.5.0, 0.5.1]

include:
exclude:
# FIXME: Build for Create Fabric 0.5.1 when that's out
- loader: fabric
loader_name: Fabric
create: "0.5.0"
- loader: forge
loader_name: Forge
create: "0.5.0"
- loader: forge
loader_name: Forge
create: "0.5.1"
create: 0.5.1

name: ${{matrix.loader_name}} ${{matrix.minecraft}} (Create ${{matrix.create}})
name: ${{matrix.loader}} ${{matrix.minecraft}} (create ${{matrix.create}})

steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
- Different layers (signals, stations, etc.) can now be turned on or off in the Layers menu.
- Layers can be configured to only be visible at certain zoom levels. Check the `layers` section of the example config in the README for an example of how to set this up.

Create 0.5.1 integration is happening as soon as Create Fabric 0.5.1 is out.
Create 0.5.1 integration for Forge is now available; integration for Fabric is happening as soon as Create Fabric 0.5.1 is out.

0 comments on commit 49c98cd

Please sign in to comment.