From 66ef3351728bfd56a60e86660219eca54d675333 Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Wed, 25 May 2022 19:42:40 -0400 Subject: [PATCH] ...and build with submodules for other builds too --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 66204bf6..05ec5bd4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -92,6 +92,8 @@ jobs: BIN: rojo steps: - uses: actions/checkout@v3 + with: + submodules: true - name: Get Version from Tag shell: bash