Skip to content

Commit

Permalink
include the md5 upload in the same shell execution as the tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
verterok committed Sep 5, 2024
1 parent a197906 commit 191685c
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 @@ -137,7 +137,7 @@ SWIFT_TARGET_NAME=serial-vault-builds/$(VERSION)/serial-vault.tar.gz
.PHONY: publish-tarball
publish-tarball: vendor-ci mkdir-tmp build-tarball
[ ! -e ~/.config/swift/serial-vault ] || . ~/.config/swift/serial-vault; \
./publish-to-swift --debug $(SWIFT_CONTAINER_NAME) $(SWIFT_TARGET_NAME) $(TGZ_NAME) serial-vault=$(VERSION)
./publish-to-swift --debug $(SWIFT_CONTAINER_NAME) $(SWIFT_TARGET_NAME) $(TGZ_NAME) serial-vault=$(VERSION); \
./publish-to-swift --debug $(SWIFT_CONTAINER_NAME) ${SWIFT_TARGET_NAME}.md5 $(TGZ_NAME).md5 serial-vault=$(VERSION)

# only for dev/testing, don't commit output of this command by yourself
Expand Down

0 comments on commit 191685c

Please sign in to comment.