From 6512b5c0d67858d702e815ccc4b36bc389d2edd4 Mon Sep 17 00:00:00 2001 From: Shams mosowi Date: Tue, 24 Mar 2020 17:55:45 +0800 Subject: [PATCH] working directory --- .github/workflows/firebase_hosting.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/firebase_hosting.yml b/.github/workflows/firebase_hosting.yml index 455ef4fc..abb15650 100644 --- a/.github/workflows/firebase_hosting.yml +++ b/.github/workflows/firebase_hosting.yml @@ -14,7 +14,8 @@ jobs: firebase-deploy: # The type of runner that the job will run on runs-on: ubuntu-latest - env: ./www + env: + working-directory: ./www # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it