File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 2626 tar -czf linux_${{ matrix.platform }}.tar.gz linux_${{ matrix.platform }} .hash
2727 sha256sum linux_${{ matrix.platform }}.tar.gz > linux_${{ matrix.platform }}.tar.gz.sha256
2828 - uses : actions/upload-artifact@v4
29- if : ${{ github.ref == 'refs/heads/main' }}
3029 with :
3130 name : ' linux_${{ matrix.platform }}'
3231 path : |
5655 tar -czf windows_${{ matrix.platform }}.tar.gz windows_${{ matrix.platform }} .hash
5756 Get-FileHash -Algorithm SHA256 -Path "windows_${{ matrix.platform }}.tar.gz" | Out-File "windows_${{ matrix.platform }}.tar.gz.sha256"
5857 - uses : actions/upload-artifact@v4
59- if : ${{ github.ref == 'refs/heads/main' }}
6058 with :
6159 name : ' windows_${{ matrix.platform }}'
6260 path : |
9290 tar -czf macos_${{ matrix.platform }}.tar.gz macos_${{ matrix.platform }} .hash
9391 sha256sum macos_${{ matrix.platform }}.tar.gz > macos_${{ matrix.platform }}.tar.gz.sha256
9492 - uses : actions/upload-artifact@v4
95- if : ${{ github.ref == 'refs/heads/main' }}
9693 with :
9794 name : ' macos_${{ matrix.platform }}'
9895 path : |
You can’t perform that action at this time.
0 commit comments