build: fix missing submodules in release workflow (#54)

This commit is contained in:
PeTcHeNkA 2025-12-21 17:36:58 +03:00 committed by GitHub
parent 7488a8b341
commit 81ba2dfaa3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,7 @@ jobs:
uses: actions/checkout@v5
with:
fetch-depth: 0
submodules: recursive
- name: Checkout workflows repo
uses: actions/checkout@v5
with:

View File

@ -35,6 +35,7 @@ jobs:
uses: actions/checkout@v5
with:
fetch-depth: 32
submodules: recursive
- name: Determine JDK versions
id: list-jdk-versions