We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efff9cb commit d3c0251Copy full SHA for d3c0251
1 file changed
.github/workflows/publish.yml
@@ -9,7 +9,7 @@ on:
9
env:
10
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
11
DOTNET_NOLOGO: true
12
- NuGetDirectory: ${{ github.workspace}}/nuget
+ NuGetDirectory: ${{ github.workspace }}/nuget
13
14
defaults:
15
run:
@@ -57,7 +57,7 @@ jobs:
57
uses: actions/setup-dotnet@v4
58
59
# Download the NuGet package created in the previous job
60
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
61
with:
62
name: nuget
63
path: ${{ env.NuGetDirectory }}
0 commit comments