mirror of
https://github.com/Merith-TK/modpack-template.git
synced 2024-11-22 14:19:31 +00:00
This commit is contained in:
parent
62e333ed61
commit
3878f7d12a
2 changed files with 2 additions and 1 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -17,6 +17,7 @@ jobs:
|
|||
- name: Set up JDK
|
||||
uses: actions/setup-java@v2
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: '16' # Change to '8' for Java 8
|
||||
|
||||
- name: Install BusyBox and 7z
|
||||
|
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
|||
- name: Set up JDK
|
||||
uses: actions/setup-java@v2
|
||||
with:
|
||||
distribution: 'adopt'
|
||||
distribution: 'temurin'
|
||||
java-version: '16' # Change to '8' for Java 8
|
||||
|
||||
- name: Install BusyBox and 7z
|
||||
|
|
Loading…
Reference in a new issue