diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index ef5e9ff..a255a7b 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -31,4 +31,5 @@ jobs: dotnet build src/DriverTest dotnet build src/S7CommPlusGUIBrowser - uses: actions/upload-artifact@v4 - path: src/S7CommPlusDriver/bin/Debug/*.nupkg \ No newline at end of file + with: + path: src/S7CommPlusDriver/bin/Debug/*.nupkg \ No newline at end of file