mirror of
https://github.com/GTNewHorizons/GTNH-Actions-Workflows.git
synced 2026-09-01 03:47:30 +02:00
build: fix missing submodules in release workflow (#54)
This commit is contained in:
@@ -34,6 +34,7 @@ jobs:
|
|||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
submodules: recursive
|
||||||
- name: Checkout workflows repo
|
- name: Checkout workflows repo
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -35,6 +35,7 @@ jobs:
|
|||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
fetch-depth: 32
|
fetch-depth: 32
|
||||||
|
submodules: recursive
|
||||||
|
|
||||||
- name: Determine JDK versions
|
- name: Determine JDK versions
|
||||||
id: list-jdk-versions
|
id: list-jdk-versions
|
||||||
|
|||||||
Reference in New Issue
Block a user