From e3022bc52b1d98e4d8c1f6acf9659b580300f9c3 Mon Sep 17 00:00:00 2001 From: DecDuck Date: Mon, 31 Mar 2025 09:38:58 +1100 Subject: [PATCH] fix: add submodules --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 781c718..92a55a8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,6 +17,9 @@ jobs: steps: - name: Check out the repo uses: actions/checkout@v3 + with: + submodules: recursive + token: ${{ secrets.PAT_TOKEN }} - name: Set up QEMU uses: docker/setup-qemu-action@v2