From 5b9effad857390e49e045162c69e16e7ebe13e25 Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Wed, 31 Mar 2021 01:10:33 +0200 Subject: [PATCH] fix release action --- .github/workflows/release-build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 6e612c6..1e5ef73 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -36,6 +36,8 @@ jobs: needs: create-release steps: - uses: actions/checkout@v2 + with: + submodules: 'true' - name: Install Dependencies run: | @@ -74,6 +76,8 @@ jobs: needs: create-release steps: - uses: actions/checkout@v2 + with: + submodules: 'true' - name: Restore artifacts, or run vcpkg, build and cache artifacts uses: lukka/run-vcpkg@main