Skip to content

Commit

Permalink
Fix action references
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Mezach <[email protected]>
  • Loading branch information
jmezach committed Feb 29, 2024
1 parent ba86913 commit bc6c651
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -361,9 +361,9 @@ jobs:

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

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

0 comments on commit bc6c651

Please sign in to comment.