Skip to content

Commit f41a6b7

Browse files
committed
Upload vsix to workflow artifacts
1 parent 74b7c5f commit f41a6b7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,12 @@ jobs:
2424
uses: HaaLeo/publish-vscode-extension@v0
2525
with:
2626
pat: ${{ secrets.OPEN_VSX_TOKEN }}
27-
- name: Upload extension vsix
27+
- 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
2833
uses: actions/[email protected]
2934
env:
3035
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)