Skip to content

Commit

Permalink
fix(ci): use windows paths
Browse files Browse the repository at this point in the history
  • Loading branch information
ProbablePrime committed Oct 28, 2023
1 parent 6f4436b commit 072792b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 29 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
- name: Pack
run: dotnet pack Elements.Quantity --output nupkgs --configuration Release -p:Version=${{ env.VERSION }}
- name: Nuget Publish
run: dotnet nuget push nupkgs/*.nupkg -k ${{ secrets.NUGET_TOKEN }} -s https://api.nuget.org/v3/index.json
run: dotnet nuget push nupkgs\*.nupkg -k ${{ secrets.NUGET_TOKEN }} -s https://api.nuget.org/v3/index.json
28 changes: 0 additions & 28 deletions .github/workflows/test.yml

This file was deleted.

0 comments on commit 072792b

Please sign in to comment.