From 69db574ef01a0ee0daad680ffe452844610ba1e5 Mon Sep 17 00:00:00 2001 From: Mathieu Guindon Date: Sun, 27 Oct 2024 17:48:39 -0400 Subject: [PATCH] fix artifact name --- .github/workflows/dotnet-cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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