fix macOS sha256
This commit is contained in:
4
.github/workflows/build-and-release.yml
vendored
4
.github/workflows/build-and-release.yml
vendored
@@ -126,8 +126,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Generate checksum
|
- name: Generate checksum
|
||||||
run: |
|
run: |
|
||||||
sha256sum dist/*.dmg > sha256sum.txt
|
shasum -a 256 dist/*.dmg > sha256sum.txt
|
||||||
# sha256sum dist/*.pkg >> sha256sum.txt
|
# shasum -a 256 dist/*.pkg >> sha256sum.txt
|
||||||
|
|
||||||
- name: Upload macOS Artifacts
|
- name: Upload macOS Artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
Reference in New Issue
Block a user