A mod that adds your armor to the hud modrinth.com/mod/simple-armor-hud
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci: updated github workflow to build correctly

legoraft e08d493b a5c06ee3

+10 -12
+10 -12
.github/workflows/build.yml
··· 8 8 9 9 jobs: 10 10 build: 11 - strategy: 12 - matrix: 13 - # Use these Java versions 14 - java: [ 15 - 21, # Current Java LTS 16 - ] 17 - runs-on: ubuntu-22.04 11 + runs-on: ubuntu-24.04 18 12 steps: 19 13 - name: checkout repository 20 14 uses: actions/checkout@v4 15 + 21 16 - name: validate gradle wrapper 22 - uses: gradle/wrapper-validation-action@v2 23 - - name: setup jdk ${{ matrix.java }} 17 + uses: gradle/actions/wrapper-validation@v4 18 + 19 + - name: setup jdk 24 20 uses: actions/setup-java@v4 25 21 with: 26 - java-version: ${{ matrix.java }} 22 + java-version: '21' 27 23 distribution: 'microsoft' 24 + 28 25 - name: make gradle wrapper executable 29 26 run: chmod +x ./gradlew 27 + 30 28 - name: build 31 29 run: ./gradlew build 30 + 32 31 - name: capture build artifacts 33 - if: ${{ matrix.java == '21' }} # Only upload artifacts built from latest java 34 32 uses: actions/upload-artifact@v4 35 33 with: 36 34 name: Armorhud 37 - path: build/libs/ 35 + path: build/libs/