Skip to content

Commit 8cf5ba2

Browse files
committed
Fix step name
1 parent 1d74e9a commit 8cf5ba2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
run: echo "version=${GITHUB_REF_NAME#v}" >> $GITHUB_OUTPUT
4949

5050
- name: Build
51+
id: build
5152
uses: HaaLeo/publish-vscode-extension@v2
5253
with:
5354
dryRun: true
@@ -57,4 +58,4 @@ jobs:
5758
uses: actions/upload-artifact@v4
5859
with:
5960
name: digma-${{ steps.version.outputs.version }}.vsix
60-
path: ${{ steps.publishToVSMarketplace.outputs.vsixPath }}
61+
path: ${{ steps.build.outputs.vsixPath }}

0 commit comments

Comments
 (0)