Skip to content

Commit

Permalink
fix(ci): don't double-compress liveusb img (#299)
Browse files Browse the repository at this point in the history
fix(ci): Dont double compress nix artifacts
  • Loading branch information
TheButlah authored Nov 20, 2024
1 parent b2972f5 commit 5a59a8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nix-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ jobs:
# so its important that we name it after the workflow and not something
# general like "artifacts"
name: nix
path: artifacts
path: artifacts/*
compression-level: 0
if-no-files-found: error
retention-days: 14

0 comments on commit 5a59a8f

Please sign in to comment.