Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,6 @@ release: artifact
echo "ERROR: Neither sha256sum nor shasum found. Please install coreutils or use macOS builtin shasum."; \
exit 1; \
fi
cd $(RELEASE_DIR) && cp SHA256SUMS SHA256SUMS-$(RELEASE_VERSION)
@echo "### Release artifacts ready in $(RELEASE_DIR)/"
Comment thread
MrAlias marked this conversation as resolved.
@ls -lh $(RELEASE_DIR)/

Expand Down