Skip to content

Commit 0358fc5

Browse files
authored
Merge pull request #45 from devfile/fixreleaseactoin
fix: sum256hash -> sha256sum
2 parents 6f8a803 + 20bb702 commit 0358fc5

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)