Skip to content

Commit

Permalink
fix: correct working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jkklapp committed Aug 21, 2022
1 parent 70e148e commit db5bf43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/firebase-functions-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
node-version: '14'
- name: Install Dependencies
run: yarn
working-directory: backend/dist
working-directory: backend
- name: Download Artifact
uses: actions/download-artifact@master
with:
Expand Down

0 comments on commit db5bf43

Please sign in to comment.