We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f8a803 commit 20bb702Copy full SHA for 20bb702
.github/workflows/release.yaml
@@ -43,7 +43,7 @@ jobs:
43
ls -lash *.vsix
44
- name: Calculate SHA256 Hash
45
run: |
46
- sum256hash vscode-devfile-${{ env.EXT_VERSION }}-${GITHUB_RUN_NUMBER}.vsix
+ sha256sum vscode-devfile-${{ env.EXT_VERSION }}-${GITHUB_RUN_NUMBER}.vsix
47
- name: Upload VSIX Artifacts
48
uses: actions/[email protected]
49
with:
0 commit comments