Skip to content

Commit

Permalink
Merge pull request #2 from DEMCON/fix_nuget_push_location
Browse files Browse the repository at this point in the history
Update main.yml
  • Loading branch information
timonmentink authored Oct 28, 2024
2 parents c83b537 + 08e0234 commit 4086278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
- name: Publish NuGet package
run: |
foreach($file in (Get-ChildItem "${{ env.NuGetDirectory }}" -Recurse -Include *.nupkg)) {
dotnet nuget push $file -k ${{ secrets.GITHUB_TOKEN }} -s https://nuget.pkg.github.com/Demcon-DSS/index.json --skip-duplicate --no-symbols
dotnet nuget push $file -k ${{ secrets.GITHUB_TOKEN }} -s https://nuget.pkg.github.com/Demcon/index.json --skip-duplicate --no-symbols
}

0 comments on commit 4086278

Please sign in to comment.