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