1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-08 09:24:48 +00:00
This commit is contained in:
zumbiepig 2024-09-03 12:34:28 -07:00
parent 2b1286966a
commit 94238ed73c
No known key found for this signature in database
GPG Key ID: 17C891BE28B953DE

View File

@ -8,6 +8,15 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
- 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: Shadow Client - name: Shadow Client
run: | run: |
git clone https://github.com/PeytonPlayz595/Shadow-4.0.git ${{ runner.temp }}/shadow git clone https://github.com/PeytonPlayz595/Shadow-4.0.git ${{ runner.temp }}/shadow
@ -34,4 +43,4 @@ jobs:
uses: stefanzweifel/git-auto-commit-action@v5 uses: stefanzweifel/git-auto-commit-action@v5
with: with:
commit_message: 'github-actions: Build and compile clients' commit_message: 'github-actions: Build and compile clients'
commit_author: '41898282+github-actions[bot]@users.noreply.github.com' commit_author: 'github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>'