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 01fc17d commit eff27a1Copy full SHA for eff27a1
.github/workflows/insiders.yml
@@ -52,6 +52,7 @@ jobs:
52
id: build-vsix
53
54
- name: Rename VSIX
55
+ if: steps.build-vsix.outputs.path != env.VSIX_NAME
56
run: mv ${{ steps.build-vsix.outputs.path }} ${{ env.VSIX_NAME }}
57
58
- uses: actions/upload-artifact@v2
.github/workflows/release.yml
@@ -53,6 +53,7 @@ jobs:
59
0 commit comments