Skip to content

Commit 20bb702

Browse files
committed
fix: sum256hash -> sha256sum
Signed-off-by: Anatolii Bazko <[email protected]>
1 parent 6f8a803 commit 20bb702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
ls -lash *.vsix
4444
- name: Calculate SHA256 Hash
4545
run: |
46-
sum256hash vscode-devfile-${{ env.EXT_VERSION }}-${GITHUB_RUN_NUMBER}.vsix
46+
sha256sum vscode-devfile-${{ env.EXT_VERSION }}-${GITHUB_RUN_NUMBER}.vsix
4747
- name: Upload VSIX Artifacts
4848
uses: actions/[email protected]
4949
with:

0 commit comments

Comments
 (0)