Skip to content

Commit

Permalink
Fix artifact path for CI so it finds the legacy vsix
Browse files Browse the repository at this point in the history
  • Loading branch information
belkiss committed Jul 4, 2024
1 parent 41987c7 commit dfc2d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: 'FASTBuildMonitorVSIX-${{ matrix.configuration }}-${{github.sha}}'
path: FASTBuildMonitorVSIX\FASTBuildMonitorVSIX\bin\${{ matrix.configuration }}\net472\FASTBuildMonitorVSIX.vsix
path: FASTBuildMonitorVSIX\FASTBuildMonitorVSIX\bin\${{ matrix.configuration }}\net472\FASTBuildMonitorVSIX*.vsix

0 comments on commit dfc2d2a

Please sign in to comment.