Skip to content

Commit 9bff215

Browse files
committed
fix workflow
1 parent 162bdc6 commit 9bff215

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dotnet.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ jobs:
3131
dotnet build src/DriverTest
3232
dotnet build src/S7CommPlusGUIBrowser
3333
- uses: actions/upload-artifact@v4
34-
path: src/S7CommPlusDriver/bin/Debug/*.nupkg
34+
with:
35+
path: src/S7CommPlusDriver/bin/Debug/*.nupkg

0 commit comments

Comments
 (0)