Fix: Remove .sha256 files from macOS builds

This commit is contained in:
Owen Rudge 2021-01-14 09:08:02 +00:00
parent 516e863395
commit 4f5990fa26
1 changed files with 4 additions and 0 deletions

View File

@ -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