Skip to content

Commit

Permalink
chore(ci): fix archive step.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenithar committed Feb 27, 2022
1 parent 6165e3e commit c23972e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ jobs:
continue
;;
harp-*)
tar czvf $f.tar.gz $f $f.sbom.json --remove-files
tar czvf $f.tar.gz $f $f.sbom.json
rm -f $f $f.sbom.json
;;
esac
done
Expand Down

0 comments on commit c23972e

Please sign in to comment.