Skip to content

Commit

Permalink
Fixing release job
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesdring committed Sep 17, 2024
1 parent 9beaf9a commit 62e42cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion velociraptor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ scripts:
make-release:
cmd:
- deno task build --location https://www.brabners.com/true-north/data-explorer/
- rm site.zip
- rm --force site.zip
- zip -r site.zip _site/
- gh release create $(date +%Y%m%d-%H%M%S) site.zip --generate-notes --latest

0 comments on commit 62e42cb

Please sign in to comment.