1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 13:23:34 +00:00

[DEVOPS-1273] - Switch to Unix utility, shasum (#4945)

This commit is contained in:
mimartin12
2023-03-07 11:57:12 -07:00
committed by GitHub
parent d7a94c140f
commit e153105774

View File

@@ -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