Skip to content

Fix HUD icons being tinted #151

Fix HUD icons being tinted

Fix HUD icons being tinted #151

Workflow file for this run

# This workflow will build a Java project with Gradle
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle
name: Compile Beta
on:
push:
branches: [ development ]
pull_request:
branches: [ development ]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: 17
- name: Cache Gradle packages
uses: actions/cache@v2
with:
path: |
~/.gradle/caches
~/.gradle/wrapper
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle', '**/gradle-wrapper.properties') }}
restore-keys: ${{ runner.os }}-gradle
- run: ./gradlew build --no-daemon
- name: Upload
uses: actions/upload-artifact@v2
with:
name: Beta Version (Unstable)
path: |
versions/1.8.9-forge/build/libs/*.jar
!versions/1.8.9-forge/build/libs/*-dev.jar