Skip to content

Commit 31e245d

Browse files
committed
[Action] Remove v from the name
1 parent 61a4cee commit 31e245d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,6 @@ jobs:
156156
- name: Upload VS Code extension
157157
uses: actions/upload-artifact@v4
158158
with:
159-
name: ""
160-
path: editors/code/log2src-ext-${{ github.ref_name }}.vsix
159+
name: log2src-ext-${GITHUB_REF_NAME#v}.vsix
160+
path: editors/code/log2src-ext-${GITHUB_REF_NAME#v}.vsix
161161
if-no-files-found: error

0 commit comments

Comments
 (0)