Skip to content

Commit d3c0251

Browse files
author
Rafael Teno Dias
committed
Ajustes no workflow.
1 parent efff9cb commit d3c0251

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
env:
1010
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
1111
DOTNET_NOLOGO: true
12-
NuGetDirectory: ${{ github.workspace}}/nuget
12+
NuGetDirectory: ${{ github.workspace }}/nuget
1313

1414
defaults:
1515
run:
@@ -57,7 +57,7 @@ jobs:
5757
uses: actions/setup-dotnet@v4
5858

5959
# Download the NuGet package created in the previous job
60-
- uses: actions/download-artifact@v3
60+
- uses: actions/download-artifact@v4
6161
with:
6262
name: nuget
6363
path: ${{ env.NuGetDirectory }}

0 commit comments

Comments
 (0)