Skip to content

Commit

Permalink
[Dependencies] - Update .github/actions/dotnet/action.yml to match th…
Browse files Browse the repository at this point in the history
…e template repo
  • Loading branch information
credfeto committed Jul 26, 2023
1 parent e549228 commit 9afc94d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/dotnet/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ runs:
- if: ${{inputs.NUGET_API_KEY == 'SLEET' && inputs.NUGET_PACK == 'true' && !(inputs.NUGET_SYMBOL_FEED == '' || inputs.NUGET_SYMBOL_FEED == ' ')}}
name: "Dotnet: Publish Packages to Nuget (Using Sleet)"
shell: bash
run: dotnet sleet push --config sleet.json --folder dist --source dotnet-nuget
run: dotnet sleet push "${{github.workspace}}/dist" --config sleet.json --source dotnet-nuget
env:
DOTNET_ROOT: "${{github.workspace}}/.dotnet/${{github.sha}}-${{github.run_id}}-${{github.run_number}}-${{github.run_attempt}}"
DOTNET_INSTALL_DIR: "${{github.workspace}}/.dotnet/${{github.sha}}-${{github.run_id}}-${{github.run_number}}-${{github.run_attempt}}"
Expand Down

0 comments on commit 9afc94d

Please sign in to comment.