Skip to content

Commit

Permalink
chore: Update build and artifact names for version 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
jqshuv committed Jul 16, 2024
1 parent 3a0b45a commit 3c65d1a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.PROFILE_TOKEN }}

build_20:
name: 🐸 Build 1.20
name: 🐸 Build 1.21
runs-on: ubuntu-latest
steps:
- name: 🔁 Checkout
Expand All @@ -51,7 +51,7 @@ jobs:
- name: 🏹 Upload
uses: actions/upload-artifact@v3
with:
name: JqshuvPack-1.20.X
name: JqshuvPack-1.21.X
path: |
assets/
pack.mcmeta
Expand All @@ -63,7 +63,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: [1.16, 1.17, 1.18, 1.19]
version: [1.16, 1.17, 1.18, 1.19, 1.20]
include:
- version: 1.16
pack_version: 6
Expand All @@ -73,6 +73,8 @@ jobs:
pack_version: 8
- version: 1.19
pack_version: 13
- version: 1.20
pack_version: 34
steps:
- name: 🔁 Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -101,7 +103,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: [1.16, 1.17, 1.18, 1.19, "1.20"]
version: [1.16, 1.17, 1.18, 1.19, "1.20", "1.21"]
steps:
- name: "🔽 Download Packs"
uses: actions/download-artifact@v3
Expand Down Expand Up @@ -146,4 +148,5 @@ jobs:
JqshuvPack-1.18.X.zip
JqshuvPack-1.19.X.zip
JqshuvPack-1.20.X.zip
JqshuvPack-1.21.X.zip
token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion pack.mcmeta
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"pack": {
"description": " \u00A7cMade with <3\u00A7r\n \u00A79dsc.gg/qrd",
"pack_format": 18
"pack_format": 34
}
}

0 comments on commit 3c65d1a

Please sign in to comment.