fix: properly initialize submodules in workflow
Release / build (amd64) (push) Failing after 7s
Release / build (arm64) (push) Failing after 7s
Release / generate-latest-json (push) Has been skipped

This commit is contained in:
datadunia
2026-05-06 16:15:16 +07:00
parent fc1e5513aa
commit 282b2a3b69
+9
View File
@@ -22,6 +22,12 @@ jobs:
submodules: true submodules: true
fetch-depth: 0 fetch-depth: 0
- name: Update submodules
run: git submodule update --init --recursive
- name: Debug - List app directory
run: ls -la app/
- name: Setup Go - name: Setup Go
uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff
with: with:
@@ -62,6 +68,9 @@ jobs:
submodules: true submodules: true
fetch-depth: 0 fetch-depth: 0
- name: Update submodules
run: git submodule update --init --recursive
- name: Download all artifacts - name: Download all artifacts
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
with: with: