Skip to content

Commit 4a9cadd

Browse files
committed
Fix action references
Signed-off-by: Jonathan Mezach <[email protected]>
1 parent 404178d commit 4a9cadd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,9 +361,9 @@ jobs:
361361

362362
- name: Display structure of downloaded files
363363
run: ls -R
364-
working-directory: ${{steps.download-nugetpackages.outputs.download-path}}
364+
working-directory: ${{steps.download-sdk-package.outputs.download-path}}
365365

366366
# Push
367367
- name: dotnet nuget push
368368
run: dotnet nuget push 'MSBuild.Sdk.SqlProj*.nupkg' -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json --skip-duplicate
369-
working-directory: ${{steps.download-nugetpackages.outputs.download-path}}
369+
working-directory: ${{steps.download-sdk-package.outputs.download-path}}

0 commit comments

Comments
 (0)