From 46585d3e144b434cdb64dfe0c4e47db497db6d75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?der=5Ffr=C3=BChling?= Date: Sun, 9 Jun 2024 20:40:25 -0700 Subject: [PATCH] workflow: add 1.18.2 port --- .github/workflows/gradle-multi-ref.yml | 4 ++-- .github/workflows/gradle-publish.yml | 9 +++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gradle-multi-ref.yml b/.github/workflows/gradle-multi-ref.yml index 142ddf0..b68ff85 100644 --- a/.github/workflows/gradle-multi-ref.yml +++ b/.github/workflows/gradle-multi-ref.yml @@ -28,7 +28,7 @@ jobs: strategy: matrix: - branch: [ master, port-1.19.2 ] + branch: [ master, port-1.19.2, port-1.18.2 ] steps: - uses: actions/checkout@v4 @@ -66,7 +66,7 @@ jobs: strategy: matrix: - branch: [ master, port-1.19.2 ] + branch: [ master, port-1.19.2, port-1.18.2 ] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/gradle-publish.yml b/.github/workflows/gradle-publish.yml index 548f310..15f5bb1 100644 --- a/.github/workflows/gradle-publish.yml +++ b/.github/workflows/gradle-publish.yml @@ -21,6 +21,10 @@ on: default: "port-1.19.2" description: The 1.19.2 version of the mod required: true + port-18-ref: + default: "port-1.18.2" + description: The 1.18.2 version of the mod + required: true publish-ghp: default: true description: Publish to GitHub packages @@ -45,6 +49,8 @@ jobs: version: 1.20.1 - branch: ${{ inputs.port-19-ref }} version: 1.19.2 + - branch: ${{ inputs.port-18-ref }} + version: 1.18.2 steps: - uses: actions/checkout@v4 @@ -76,6 +82,8 @@ jobs: version: 1.20.1 - branch: ${{ inputs.port-19-ref }} version: 1.19.2 + - branch: ${{ inputs.port-18-ref }} + version: 1.18.2 steps: - uses: actions/checkout@v4 with: @@ -112,6 +120,7 @@ jobs: branch: - ${{ inputs.master-ref }} - ${{ inputs.port-19-ref }} + - ${{ inputs.port-18-ref }} steps: - uses: actions/checkout@v4 with: