From 0b1f3f6431e0fe338ee4cc2f6ba704dd2880ccca Mon Sep 17 00:00:00 2001 From: Suguru Kato Date: Thu, 26 Dec 2019 13:55:31 +0900 Subject: [PATCH] :green_heart: Checkout submodules at the correct directory --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 64298940f..0f7cf12d2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,3 +16,4 @@ jobs: auth_header="$(git config --local --get http.https://github.com/.extraheader)" git submodule sync --recursive git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1 + working-directory: ./ecell4_base