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 e923673 commit 6457ac1Copy full SHA for 6457ac1
.github/workflows/main.yml
@@ -67,6 +67,7 @@ jobs:
67
- uses: actions/upload-artifact@v2
68
if: runner.os == 'Linux'
69
with:
70
+ name: ${{ steps.set-version.outputs.name }}.vsix
71
path: ${{ steps.set-version.outputs.name }}.vsix
72
73
0 commit comments