Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/sjohn198/SafeHaven
Browse files Browse the repository at this point in the history
  • Loading branch information
sjohn198 committed Jun 5, 2024
2 parents 042bfdd + 69517c3 commit 6ef1e70
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main_safehaven307.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,17 @@ jobs:
npm install
npm run build --if-present
npm run test --if-present
working-directory: packages/express-backend

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

- name: Upload artifact for deployment job
uses: actions/upload-artifact@v3
with:
name: node-app
path: release.zip
name: node-app
path: packages/express-backend/release.zip

deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6ef1e70

Please sign in to comment.