From 4f5990fa26574ad497d4286ab1acdb316619cded Mon Sep 17 00:00:00 2001 From: Owen Rudge Date: Thu, 14 Jan 2021 09:08:02 +0000 Subject: [PATCH] Fix: Remove .sha256 files from macOS builds --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d1eb1b525e..53222a8064 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