Skip to content

Commit

Permalink
workflow: add 1.18.2 port
Browse files Browse the repository at this point in the history
  • Loading branch information
der-fruhling committed Jun 10, 2024
1 parent 862d151 commit 46585d3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle-multi-ref.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -112,6 +120,7 @@ jobs:
branch:
- ${{ inputs.master-ref }}
- ${{ inputs.port-19-ref }}
- ${{ inputs.port-18-ref }}
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 46585d3

Please sign in to comment.