Skip to content

Commit

Permalink
Update main_gather-app-inv.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
palldas committed May 24, 2024
1 parent 12c6a00 commit 495f242
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main_gather-app-inv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
npm install --workspaces=false
npm run -w backend build --if-present
npm run -w backend test --if-present
working-directory: ./backend
working-directory: backend

- name: Zip artifact for deployment
run: zip release.zip ./* -r
working-directory: ./backend
working-directory: backend

- name: Upload artifact for deployment job
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 495f242

Please sign in to comment.