Changeset - r24660:2c6da29d59b0
[Not reviewed]
master
0 1 0
Owen Rudge - 3 years ago 2021-01-14 09:08:02
owen@owenrudge.net
Fix: Remove .sha256 files from macOS builds
1 file changed with 4 insertions and 0 deletions:
0 comments (0 inline, 0 general)
.github/workflows/release.yml
Show inline comments
 
@@ -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
0 comments (0 inline, 0 general)