Skip to content

Commit

Permalink
Update main_safehaven2.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaloney111 authored Jun 6, 2024
1 parent a845b0c commit a1b3a5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main_safehaven2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ jobs:
uses: actions/checkout@v4

- name: Zip artifact for deployment
run: zip -r release.zip packages/express-backend
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
name: node-app
path: packages/express-backend/release.zip

deploy:
Expand Down

0 comments on commit a1b3a5a

Please sign in to comment.