From 4dd856760d30fac1edccd0e01f8a7dce2ac4c143 Mon Sep 17 00:00:00 2001 From: Shriraj Hegde Date: Tue, 5 Oct 2021 16:26:22 +0530 Subject: [PATCH] fix (GIT_DISCOVERY_ACROSS_FILESYSTEM not set) --- .github/workflows/continuous-build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/continuous-build.yml b/.github/workflows/continuous-build.yml index 7007a64..811425b 100644 --- a/.github/workflows/continuous-build.yml +++ b/.github/workflows/continuous-build.yml @@ -18,6 +18,7 @@ jobs: - name: Compile run: | make STATIC=true + git init GIT_HASH=$(git rev-parse --short "$GITHUB_SHA") mv bin/btop bin/btop-$GIT_HASH