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 74b7c5f commit f41a6b7Copy full SHA for f41a6b7
.github/workflows/build.yml
@@ -24,7 +24,12 @@ jobs:
24
uses: HaaLeo/publish-vscode-extension@v0
25
with:
26
pat: ${{ secrets.OPEN_VSX_TOKEN }}
27
- - name: Upload extension vsix
+ - name: Upload extension vsix to workflow artifacts
28
+ uses: actions/upload-artifact@v2
29
+ with:
30
+ name: haskell-${{ github.event.release.tag_name }}.vsix
31
+ path: ${{ steps.publishToVSMarketplace.outputs.vsixPath }}
32
+ - name: Upload extension vsix to release assets
33
uses: actions/[email protected]
34
env:
35
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments