Skip to content

Commit

Permalink
Update deployment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SarcasticMoose authored Aug 13, 2024
1 parent df07280 commit 5e1db26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:
- name: Download a Build Artifact
uses: actions/download-artifact@v4.1.8
with:
name: nuget
name: nuget
path: ${{ env.NuGetDirectory }}
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
Expand Down

0 comments on commit 5e1db26

Please sign in to comment.