We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fa0ba6 commit 0fcbd19Copy full SHA for 0fcbd19
.github/workflows/release.yaml
@@ -41,6 +41,9 @@ jobs:
41
run: |
42
vsce package -o vscode-devfile-${{ env.EXT_VERSION }}-${GITHUB_RUN_NUMBER}.vsix
43
ls -lash *.vsix
44
+ - name: Calculate SHA256 Hash
45
+ run: |
46
+ sum256hash vscode-devfile-${{ env.EXT_VERSION }}-${GITHUB_RUN_NUMBER}.vsix
47
- name: Upload VSIX Artifacts
48
uses: actions/[email protected]
49
with:
0 commit comments