From 11f04d0c1e70dbf4295b6a2a54b98294c9ca741d Mon Sep 17 00:00:00 2001 From: Micaiah Martin <77340197+mimartin12@users.noreply.github.com> Date: Tue, 31 May 2022 09:00:32 -0600 Subject: [PATCH] Update working directory for status job (#2761) --- .github/workflows/build-cli.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-cli.yml b/.github/workflows/build-cli.yml index 58b0f32ea7..7ecbfc9c76 100644 --- a/.github/workflows/build-cli.yml +++ b/.github/workflows/build-cli.yml @@ -326,6 +326,7 @@ jobs: - snap steps: - name: Check if any job failed + working-directory: ${{ github.workspace }} if: ${{ (github.ref == 'refs/heads/master') || (github.ref == 'refs/heads/rc') }} env: CLOC_STATUS: ${{ needs.cloc.result }}