Skip to content

Commit

Permalink
fix checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
jdogmcsteezy committed Apr 5, 2024
1 parent 6f05b9f commit cd82207
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ package: clean validatedocs build
cp build/libs/*.jar $(ARCHIVEDIR)
cp $(OPENAPI_SPEC) $(ARCHIVEDIR)
tar -czvf target/$(ARCHIVENAME) $(ARCHIVEDIR)
sha256sum target/$(ARCHIVENAME) > target/$(ARCHIVENAME).sha256
cd target; sha256sum $(ARCHIVENAME) > $(ARCHIVENAME).sha256



.PHONY: build
Expand Down

0 comments on commit cd82207

Please sign in to comment.