Skip to content

Commit 036391e

Browse files
committed
add Forge 1.20.1 to build action
1 parent 577b515 commit 036391e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/snapshots.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
run: ./gradlew --no-daemon server:forge:1.18.2:build
3333
- name: Build Forge 1.19.3 mod
3434
run: ./gradlew --no-daemon server:forge:1.19.3:build
35+
- name: Build Forge 1.20.1 mod
36+
run: ./gradlew --no-daemon server:forge:1.20.1:build
3537
- name: Build BungeeCord plugin
3638
run: ./gradlew --no-daemon proxy:bungeecord:build
3739
- name: Build Velocity plugin

0 commit comments

Comments
 (0)