diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 7c962d2..3fe35ed 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -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: