Skip to content

Commit

Permalink
🚧 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kitUIN committed Dec 5, 2024
1 parent 6d8965e commit 35cf466
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,10 @@ jobs:
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
curseforge-id: 818089
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}

name: ChatImage-${{ env.MOD_VERSION }}+${{ matrix.config.mc-version }}+${{ matrix.config.mc-loader }}.jar
version: ${{ env.MOD_VERSION }}
version-type: "beta"
loaders: ${{ matrix.config.mc-loader }}
game-versions: ${{ matrix.config.mc-version }}
version: ${{ env.MOD_VERSION }}+${{ matrix.config.mc-version }}+${{ matrix.config.mc-loader }}
version-type: alpha
loaders: ${{ matrix.config.publish-loaders }}
game-versions: ${{ matrix.config.publish-version }}
game-version-filter: releases
files: ChatImage-jar/${{ env.MOD_VERSION }}/*.jar
1 change: 1 addition & 0 deletions fabric/fabric-1.20.3/support_version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.20.3 1.20.4
1 change: 1 addition & 0 deletions fabric/fabric-1.20.5/support_version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.20.5 1.20.6
1 change: 1 addition & 0 deletions fabric/fabric-1.20/support_version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.20 1.20.1 1.20.2
1 change: 1 addition & 0 deletions fabric/fabric-1.21.2/support_version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.21.2 1.21.3 1.21.4
1 change: 1 addition & 0 deletions fabric/fabric-1.21/support_version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.21 1.21.1
1 change: 1 addition & 0 deletions forge/forge-1.19/support_version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.19 1.19.1 1.19.2 1.19.3 1.19.4
1 change: 1 addition & 0 deletions forge/forge-1.20/support_version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.20 1.20.1
1 change: 1 addition & 0 deletions neoforge/neoforge-1.20.5/support_version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.20.5 1.20.6
1 change: 1 addition & 0 deletions neoforge/neoforge-1.21.0/support_version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.21 1.21.1
1 change: 1 addition & 0 deletions neoforge/neoforge-1.21.2/support_version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.21.2 1.21.3

0 comments on commit 35cf466

Please sign in to comment.