Skip to content

Commit

Permalink
💚 Update paths 2
Browse files Browse the repository at this point in the history
  • Loading branch information
toridoriv committed Oct 23, 2023
1 parent 65e5e4a commit c2c9f0c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ jobs:
with:
deno-version: vx.x.x
- name: Cache Dependencies
working-directory: ./app
run: deno task cache:prod
run: |
cd app
deno task cache:prod
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit c2c9f0c

Please sign in to comment.