Skip to content

Commit

Permalink
fix artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
retailcoder committed Oct 27, 2024
1 parent f5eace5 commit 69db574
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 69db574

Please sign in to comment.