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 c79d8c1 commit 8e9a9d3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main_safehaven2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@ jobs:
- name: Create artifact archive
run: |
mkdir -p artifact
zip -r artifact/node-app.zip .
$zipfile = "artifact\node-app.zip"
$source = "."
[IO.Compression.ZipFile]::CreateFromDirectory($source, $zipfile)
shell: powershell

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

0 comments on commit 8e9a9d3

Please sign in to comment.