diff --git a/.github/workflows/main_basicwebsite.yml b/.github/workflows/main_basicwebsite.yml index ed732f5..b6ab65a 100644 --- a/.github/workflows/main_basicwebsite.yml +++ b/.github/workflows/main_basicwebsite.yml @@ -31,7 +31,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: .net-app - path: "${{env.DOTNET_ROOT}}/myapp" + path: '${{env.DOTNET_ROOT}}/myapp' defaults: run: