1.21 Fabric (#8)

Prep for release of version 1.1.0 (MC 1.21 for Fabric only)
This commit is contained in:
2024-08-09 14:24:09 +12:00
committed by GitHub
parent 9390eb3881
commit e1566f6c5b
13 changed files with 38 additions and 81 deletions

View File

@@ -2,8 +2,7 @@ name: Build
on:
push:
branches-ignore:
- main
pull_request:
jobs:
build:
@@ -11,11 +10,11 @@ jobs:
env:
CI_DEV_BUILD: true
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '17'
java-version: '21'
distribution: 'temurin'
- name: Setup build number
run: echo "BUILD_NUMBER=$(echo $GITHUB_SHA | cut -c 1-6)" >> $GITHUB_ENV
@@ -26,7 +25,7 @@ jobs:
with:
arguments: build
- name: Upload Build Results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: weather-changer-build
path: |