[DEVOPS-1273] - Switch to Unix utility, shasum (#4945)
This commit is contained in:
parent
d7a94c140f
commit
e153105774
|
@ -125,7 +125,7 @@ jobs:
|
|||
- name: Create checksums Unix
|
||||
run: |
|
||||
cd ./dist
|
||||
sha256sum bw-${{ env.LOWER_RUNNER_OS }}-${{ env._PACKAGE_VERSION }}.zip \
|
||||
shasum -a 256 bw-${{ env.LOWER_RUNNER_OS }}-${{ env._PACKAGE_VERSION }}.zip \
|
||||
| awk '{split($0, a); print a[1]}' > bw-${{ env.LOWER_RUNNER_OS }}-sha256-${{ env._PACKAGE_VERSION }}.txt
|
||||
|
||||
- name: Upload unix zip asset
|
||||
|
|
Loading…
Reference in New Issue