Skip to content

change: Fix locale (#372) #737

change: Fix locale (#372)

change: Fix locale (#372) #737

Workflow file for this run

name: Self-Hosted runner CI with Gradle
on: [ push ]
jobs:
selfhost-build:
if: github.repository_owner == 'FlashyReese'
runs-on: self-hosted
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 17
- name: Build with Gradle
run: |
chmod +x gradlew
./gradlew build
- name: Upload Auild Artifacts
uses: actions/upload-artifact@v3
with:
name: 'Sodium Extra Artifacts'
path: build/libs