Skip to content

Commit

Permalink
Improve workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sboulema committed Nov 13, 2023
1 parent 4333a6d commit f8e8fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
tag: ${{ steps.tag_release.outputs.new_tag }}
name: ${{ steps.tag_release.outputs.new_tag }}
body: ${{ steps.tag_release.outputs.changelog }}
artifacts: "**/*.vsix,**/MjmlVisualizer.dll"
artifacts: "**/MjmlVisualizerVsix.vsix,**/MjmlVisualizer.dll"
skipIfReleaseExists: true

- name: Publish to Marketplace
Expand Down

0 comments on commit f8e8fd6

Please sign in to comment.