Skip to content

Commit e857cbd

Browse files
committed
Fix artifact path
1 parent 8cf5ba2 commit e857cbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ jobs:
5757
- name: Upload artifact
5858
uses: actions/upload-artifact@v4
5959
with:
60-
name: digma-${{ steps.version.outputs.version }}.vsix
60+
name: ${{ steps.build.outputs.vsixPath }}
6161
path: ${{ steps.build.outputs.vsixPath }}

0 commit comments

Comments
 (0)