[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
This commit is contained in:
Manav Rathi
2024-06-22 18:57:18 +05:30
parent d200bce7ea
commit be82595e82

View File

@@ -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