Skip to content

Commit d1704d2

Browse files
committed
Update checksum command to use shasum for macOS artifact
1 parent 57c0284 commit d1704d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ jobs:
210210
if: runner.os == 'macOS'
211211
run: |
212212
tar -czf infc-${{ matrix.os }}-64.tar.gz -C artifact .
213-
sha256sum infc-${{ matrix.os }}-64.tar.gz > infc-${{ matrix.os }}-64.tar.gz.sha256
213+
shasum -a 256 infc-${{ matrix.os }}-64.tar.gz > infc-${{ matrix.os }}-64.tar.gz.sha256
214214
- name: Upload Artifact
215215
uses: actions/upload-artifact@v4
216216
with:

0 commit comments

Comments
 (0)