From be82595e82d4882040d35c65deaf7e691ac711fd Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Sat, 22 Jun 2024 18:57:18 +0530 Subject: [PATCH] [web] Fix for the staging deployment change Fix for https://github.com/ente-io/ente/pull/2252 > Error: An error occurred trying to start process '/usr/bin/bash' with working directory '/home/runner/work/ente/ente/web'. No such file or directory --- .github/workflows/web-deploy-staging.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/web-deploy-staging.yml b/.github/workflows/web-deploy-staging.yml index 014afed10f..4323ee34c4 100644 --- a/.github/workflows/web-deploy-staging.yml +++ b/.github/workflows/web-deploy-staging.yml @@ -22,6 +22,7 @@ jobs: steps: - name: Determine branch to build id: select-branch + working-directory: ${{ github.workspace }} run: | if git ls-remote --exit-code --heads https://github.com/ente-io/ente refs/heads/staging/web; then echo "branch=staging/web" >> $GITHUB_OUTPUT