Skip to content

Commit

Permalink
Change build script, again.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yortw committed Jul 7, 2020
1 parent e7aa032 commit 741d238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ jobs:
name: artifacts
path: ./artifacts
- name: Publish packages
run: dotnet nuget push ./artifacts/**.nupkg --source nuget.org --api-key ${{ secrets.NUGET_TOKEN }} --skip-duplicate
run: dotnet nuget push .\artifacts\*.nupkg --source nuget.org --api-key ${{ secrets.NUGET_TOKEN }} --skip-duplicate

0 comments on commit 741d238

Please sign in to comment.