Skip to content

Commit

Permalink
Correct release packaging (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeReaper authored Jul 3, 2024
1 parent 7b01ec6 commit 287a3fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ update-docs: build
build/bin/lane documentation -o docs/generated

package: build
tar -cJvf build/lane-$(VERSION)$(SUFFIX).tar.xz build/bin/
cd build/bin && tar -cJvf ../lane-$(VERSION)$(SUFFIX).tar.xz *
cd build && sha512sum lane-$(VERSION)$(SUFFIX).tar.xz > lane-$(VERSION)$(SUFFIX).tar.xz.sha512sum

tidy: clean
Expand Down

0 comments on commit 287a3fe

Please sign in to comment.