Skip to content

Commit

Permalink
fix: cd to client directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Fingertips18 committed Jan 18, 2025
1 parent ab33cf4 commit 91e9289
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/client-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,12 @@ jobs:
npm ci --cache .npm --prefer-offline
- name: Run Build
run: npm run build
run: |
cd client
npm run build
- name: Upload Build Artifact
uses: actions/upload-artifact@v4
with:
name: backend-app
name: client-app
path: app

0 comments on commit 91e9289

Please sign in to comment.