diff --git a/.github/workflows/dotnet-cd.yml b/.github/workflows/dotnet-cd.yml index 472369b..c1a6fb3 100644 --- a/.github/workflows/dotnet-cd.yml +++ b/.github/workflows/dotnet-cd.yml @@ -32,7 +32,7 @@ jobs: - name: Upload artifact for deployment job uses: actions/upload-artifact@v4 with: - name: .net-app + name: webapi path: ${{env.DOTNET_ROOT}}/pub deploy: @@ -47,7 +47,7 @@ jobs: - name: Download artifact from build job uses: actions/download-artifact@v4 with: - name: .net-app + name: webapi - name: Deploy to IIS id: deploy-to-iis uses: ChristopheLav/iis-deploy@v1