From 9bff2155efafee439c5ac22bebd0d6286beb8e3d Mon Sep 17 00:00:00 2001 From: jkuehner Date: Thu, 22 Aug 2024 21:42:22 +0200 Subject: [PATCH] fix workflow --- .github/workflows/dotnet.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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