We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1754172 commit fa49500Copy full SHA for fa49500
.github/workflows/main.yml
@@ -44,7 +44,7 @@ jobs:
44
uses: actions/upload-artifact@v4
45
with:
46
name: nugetPackage
47
- path: bin/Release/*.nupkg
+ path: MqttNet.DependencyInjection/bin/Release/*.nupkg
48
49
release:
50
runs-on: ubuntu-latest
0 commit comments