We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 162bdc6 commit 9bff215Copy full SHA for 9bff215
.github/workflows/dotnet.yml
@@ -31,4 +31,5 @@ jobs:
31
dotnet build src/DriverTest
32
dotnet build src/S7CommPlusGUIBrowser
33
- uses: actions/upload-artifact@v4
34
- path: src/S7CommPlusDriver/bin/Debug/*.nupkg
+ with:
35
+ path: src/S7CommPlusDriver/bin/Debug/*.nupkg
0 commit comments