1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-26 10:05:10 +00:00

Merge branch 'main' into dev

Signed-off-by: zumbiepig <121742281+zumbiepig@users.noreply.github.com>
This commit is contained in:
zumbiepig
2024-09-03 13:22:56 -07:00
committed by GitHub
6 changed files with 117649 additions and 115960 deletions

View File

@@ -1,6 +1,6 @@
name: Build
on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]
jobs:
build:

View File

@@ -1,6 +1,9 @@
name: Build and compile clients
on: [workflow_dispatch]
on:
schedule:
- cron: 0 0 * * *
workflow_dispatch:
jobs:
build:
@@ -8,7 +11,16 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Shadow Client
- name: Setup Java
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '21'
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
with:
cache-disabled: true
- name: Compile Shadow Client
run: |
git clone https://github.com/PeytonPlayz595/Shadow-4.0.git ${{ runner.temp }}/shadow
rm -rf \
@@ -33,5 +45,5 @@ jobs:
- name: Commit and push changes
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: 'github-actions: Build and compile clients'
commit_author: '41898282+github-actions[bot]@users.noreply.github.com'
commit_message: 'github-actions: build and compile clients'
commit_author: 'github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>'

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long