From ffdc1a4ed3579de34ff64f7a190ca8b0e6d99a36 Mon Sep 17 00:00:00 2001 From: Proton Date: Thu, 19 Dec 2024 10:48:34 +0800 Subject: [PATCH] meh --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3afbe486df6ea..746afd10bb3ff 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -239,6 +239,7 @@ jobs: steps: - name: Workaround checkout Needed single revision issue run: | + git config --system core.longpaths true git config --global --unset-all url.http://git-cdn-github.botmaster.tgr/.insteadOf git submodule foreach 'git rev-parse HEAD > /dev/null 2>&1 || rm -rf $PWD'