Skip to content

Commit

Permalink
[Actions] Updated .github/actions/dotnet/action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Oct 8, 2024
1 parent e2f6670 commit abd531a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/dotnet/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,7 @@ runs:
shell: bash
run: |
shopt -s globstar
[ ! -d ../dist ] && mkdir ../dist
cp **/*.nupkg ../dist
cp **/*.nupkg "${{github.workspace}}/dist"
working-directory: ${{github.workspace}}/src

- name: "Dotnet: Publish Packages to Nuget (Without separate symbol feed)"
Expand Down

0 comments on commit abd531a

Please sign in to comment.