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:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -1,6 +1,6 @@
|
||||
name: Build
|
||||
|
||||
on: [push, pull_request]
|
||||
on: [push, pull_request, workflow_dispatch]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
20
.github/workflows/compile-clients.yml
vendored
20
.github/workflows/compile-clients.yml
vendored
@@ -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
Binary file not shown.
File diff suppressed because it is too large
Load Diff
1
public/game/web/clients/shadow/classes.js.map
Normal file
1
public/game/web/clients/shadow/classes.js.map
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user