We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57c0284 commit d1704d2Copy full SHA for d1704d2
.github/workflows/build_release.yml
@@ -210,7 +210,7 @@ jobs:
210
if: runner.os == 'macOS'
211
run: |
212
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
+ shasum -a 256 infc-${{ matrix.os }}-64.tar.gz > infc-${{ matrix.os }}-64.tar.gz.sha256
214
- name: Upload Artifact
215
uses: actions/upload-artifact@v4
216
with:
0 commit comments