diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1d2b19d..688dbc2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/fabric/fabric-1.20.3/support_version.txt b/fabric/fabric-1.20.3/support_version.txt new file mode 100644 index 0000000..f4fca42 --- /dev/null +++ b/fabric/fabric-1.20.3/support_version.txt @@ -0,0 +1 @@ +1.20.3 1.20.4 \ No newline at end of file diff --git a/fabric/fabric-1.20.5/support_version.txt b/fabric/fabric-1.20.5/support_version.txt new file mode 100644 index 0000000..dcf14b0 --- /dev/null +++ b/fabric/fabric-1.20.5/support_version.txt @@ -0,0 +1 @@ +1.20.5 1.20.6 \ No newline at end of file diff --git a/fabric/fabric-1.20/support_version.txt b/fabric/fabric-1.20/support_version.txt new file mode 100644 index 0000000..65265b8 --- /dev/null +++ b/fabric/fabric-1.20/support_version.txt @@ -0,0 +1 @@ +1.20 1.20.1 1.20.2 \ No newline at end of file diff --git a/fabric/fabric-1.21.2/support_version.txt b/fabric/fabric-1.21.2/support_version.txt new file mode 100644 index 0000000..79f6101 --- /dev/null +++ b/fabric/fabric-1.21.2/support_version.txt @@ -0,0 +1 @@ +1.21.2 1.21.3 1.21.4 \ No newline at end of file diff --git a/fabric/fabric-1.21/support_version.txt b/fabric/fabric-1.21/support_version.txt new file mode 100644 index 0000000..ed41d89 --- /dev/null +++ b/fabric/fabric-1.21/support_version.txt @@ -0,0 +1 @@ +1.21 1.21.1 \ No newline at end of file diff --git a/forge/forge-1.19/support_version.txt b/forge/forge-1.19/support_version.txt new file mode 100644 index 0000000..61fbe89 --- /dev/null +++ b/forge/forge-1.19/support_version.txt @@ -0,0 +1 @@ +1.19 1.19.1 1.19.2 1.19.3 1.19.4 \ No newline at end of file diff --git a/forge/forge-1.20/support_version.txt b/forge/forge-1.20/support_version.txt new file mode 100644 index 0000000..940dcf2 --- /dev/null +++ b/forge/forge-1.20/support_version.txt @@ -0,0 +1 @@ +1.20 1.20.1 \ No newline at end of file diff --git a/neoforge/neoforge-1.20.5/support_version.txt b/neoforge/neoforge-1.20.5/support_version.txt new file mode 100644 index 0000000..dcf14b0 --- /dev/null +++ b/neoforge/neoforge-1.20.5/support_version.txt @@ -0,0 +1 @@ +1.20.5 1.20.6 \ No newline at end of file diff --git a/neoforge/neoforge-1.21.0/support_version.txt b/neoforge/neoforge-1.21.0/support_version.txt new file mode 100644 index 0000000..ed41d89 --- /dev/null +++ b/neoforge/neoforge-1.21.0/support_version.txt @@ -0,0 +1 @@ +1.21 1.21.1 \ No newline at end of file diff --git a/neoforge/neoforge-1.21.2/support_version.txt b/neoforge/neoforge-1.21.2/support_version.txt new file mode 100644 index 0000000..a10422c --- /dev/null +++ b/neoforge/neoforge-1.21.2/support_version.txt @@ -0,0 +1 @@ +1.21.2 1.21.3 \ No newline at end of file