Skip to content

Commit

Permalink
Update 1.21.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tr7zw committed Dec 3, 2024
1 parent 7c824bf commit 5dcd4a5
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
java-version: 21
# to cache gradle files
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
uses: gradle/actions/setup-gradle@v4
with:
gradle-home-cache-cleanup: true
dependency-graph: generate-and-submit
Expand Down
18 changes: 18 additions & 0 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -423,3 +423,21 @@ jobs:
name: ${{github.ref_name}}-1.21.3 - Fabric
files: 'versions/1.21.3-fabric/build/libs/!(*-@(dev|sources|javadoc|all)).jar'
game-versions: 1.21.3
- name: Publish-1.21.4-fabric-Curseforge
uses: Kir-Antipov/[email protected]
with:
curseforge-id: 448233
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}
loaders: fabric
name: ${{github.ref_name}}-1.21.4 - Fabric
files: 'versions/1.21.4-fabric/build/libs/!(*-@(dev|sources|javadoc|all)).jar'
game-versions: 1.21.4
- name: Publish-1.21.4-fabric-Modrinth
uses: Kir-Antipov/[email protected]
with:
modrinth-id: NNAgCjsB
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
loaders: fabric
name: ${{github.ref_name}}-1.21.4 - Fabric
files: 'versions/1.21.4-fabric/build/libs/!(*-@(dev|sources|javadoc|all)).jar'
game-versions: 1.21.4
3 changes: 2 additions & 1 deletion settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"1.21-fabric",
"1.21.3-neoforge",
"1.21.3-forge",
"1.21.3-fabric"
"1.21.3-fabric",
"1.21.4-fabric"
]
}
2 changes: 1 addition & 1 deletion versions/mainProject
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.21.3-fabric
1.21.4-fabric

0 comments on commit 5dcd4a5

Please sign in to comment.