Skip to content

Commit e214bfe

Browse files
committed
Update MoreIotas dependency in CI runtime test workflow
1 parent b1f0be7 commit e214bfe

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ jobs:
8686
'https://cdn.modrinth.com/data/9s6osm5g/versions/s7VTKfLA/cloth-config-11.1.106-fabric.jar'
8787
'https://cdn.modrinth.com/data/TZo2wHFe/versions/dabyDTwJ/paucal-0.6.0%2B1.20.1-fabric.jar'
8888
'https://cdn.modrinth.com/data/nTW3yKrm/versions/IvI9LKNc/hexcasting-fabric-1.20.1-0.11.2.jar'
89+
'https://cdn.modrinth.com/data/Jmt7p37B/versions/fbdx2AgN/moreiotas-fabric-1.20.1-0.1.1.jar'
8990
'https://cdn.modrinth.com/data/8BmcQJ2H/versions/5bofFrdJ/geckolib-fabric-1.20.1-4.2.1.jar'
9091
'https://cdn.modrinth.com/data/fin1PX4m/versions/fBoxabC2/inline-fabric-1.20.1-1.0.1.jar'
9192
- modloader: forge
@@ -97,6 +98,7 @@ jobs:
9798
'https://cdn.modrinth.com/data/TZo2wHFe/versions/HyBiJPtT/paucal-0.6.0%2B1.20.1-forge.jar'
9899
'https://cdn.modrinth.com/data/nU0bVIaL/versions/scPQNgN5/Patchouli-1.20.1-80-FORGE.jar'
99100
'https://cdn.modrinth.com/data/nTW3yKrm/versions/xENnFQpR/hexcasting-forge-1.20.1-0.11.2.jar'
101+
'https://cdn.modrinth.com/data/Jmt7p37B/versions/zrmwDsEQ/moreiotas-forge-1.20.1-0.1.1.jar'
100102
'https://cdn.modrinth.com/data/8BmcQJ2H/versions/qq4z76WF/geckolib-forge-1.20.1-4.2.1.jar'
101103
'https://cdn.modrinth.com/data/40FYwb4z/versions/fs9CeXYZ/caelus-forge-3.1.0%2B1.20.jar'
102104
'https://cdn.modrinth.com/data/fin1PX4m/versions/huiPd6Lc/inline-forge-1.20.1-1.0.1.jar'
@@ -131,17 +133,15 @@ jobs:
131133
for url in ${{ matrix.dependencies }}; do
132134
wget --directory-prefix=run/mods/ "$url"
133135
done
134-
136+
135137
- name: Download build artifacts
136138
uses: actions/download-artifact@v4
137139
with:
138140
name: mod-build
139141
path: build/ciArtifacts/
140-
142+
141143
- name: Prepare mod jars
142-
run: |
143-
cp build/ciArtifacts/*${{ matrix.modloader }}*.jar run/mods
144-
cp ${{ matrix.path }}/libs/moreiotas-${{ matrix.modloader }}-1.20.1-0.1.0-3.jar run/mods
144+
run: cp build/ciArtifacts/*${{ matrix.modloader }}*.jar run/mods
145145

146146
- name: Run MC test client
147147
if: matrix.env == 'client'
@@ -156,7 +156,7 @@ jobs:
156156
regex: '.*${{ matrix.modloader }}.*'
157157
fabric-api: ${{ matrix.fabric-api }}
158158
mc-runtime-test: ${{ matrix.mc-runtime-test }}
159-
159+
160160
- name: Run MC test server
161161
if: matrix.env == 'server'
162162
timeout-minutes: 10 # see above
@@ -205,7 +205,7 @@ jobs:
205205
- uses: hexdoc-dev/actions/setup@v1
206206
with:
207207
python-version: 3.11
208-
208+
209209
- name: Merge new hexdoc build into existing book
210210
uses: hexdoc-dev/actions/merge@v1
211211
with:

0 commit comments

Comments
 (0)