summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/release.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index d1eb1b525..53222a806 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -452,6 +452,10 @@ jobs:
make -j$(sysctl -n hw.logicalcpu) package
echo "::endgroup::"
+ # Remove the sha256 files CPack generates; we will do this ourself at
+ # the end of this workflow.
+ rm -f bundles/*.sha256
+
- name: Install gon
env:
HOMEBREW_NO_AUTO_UPDATE: 1