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 37db9db commit 64c4b21Copy full SHA for 64c4b21
.github/workflows/dotnet.yml
@@ -35,7 +35,7 @@ jobs:
35
if: ${{ github.event_name == 'push' }}
36
uses: softprops/action-gh-release@v2
37
with:
38
- files: src\LoggerVisualizer\bin\Release\net8.0-windows\LoggerVisualizer.vsix
+ files: ./src/LoggerVisualizer/bin/Release/net8.0-windows/LoggerVisualizer.vsix
39
tag_name: 0.2.${{ github.run_number }}
40
name: Release 0.2.${{ github.run_number }}
41
draft: false
0 commit comments