File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 6868 if : runner.os == 'Windows'
6969 shell : pwsh
7070 run : Compress-Archive -Path target/${{ matrix.target }}/production/ferrumc.exe -DestinationPath ferrumc-${{ github.ref_name }}-${{ matrix.target }}.zip
71- - name : Checksum (Linux/macOS )
72- if : runner.os != 'Windows '
71+ - name : Checksum (Linux)
72+ if : runner.os == 'Linux '
7373 run : sha256sum ferrumc-${{ github.ref_name }}-${{ matrix.target }}.tar.gz > ferrumc-${{ github.ref_name }}-${{ matrix.target }}.tar.gz.sha256
74+ - name : Checksum (macOS)
75+ if : runner.os == 'macOS'
76+ run : shasum -a 256 ferrumc-${{ github.ref_name }}-${{ matrix.target }}.tar.gz > ferrumc-${{ github.ref_name }}-${{ matrix.target }}.tar.gz.sha256
7477 - name : Checksum (Windows)
7578 if : runner.os == 'Windows'
7679 shell : pwsh
You can’t perform that action at this time.
0 commit comments