Skip to content

Commit 6457ac1

Browse files
committed
fix artifact name
1 parent e923673 commit 6457ac1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
- uses: actions/upload-artifact@v2
6868
if: runner.os == 'Linux'
6969
with:
70+
name: ${{ steps.set-version.outputs.name }}.vsix
7071
path: ${{ steps.set-version.outputs.name }}.vsix
7172
- uses: actions/upload-artifact@v2
7273
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)