Skip to content

Commit

Permalink
fix(ci): unix file paths
Browse files Browse the repository at this point in the history
  • Loading branch information
ProbablePrime committed Dec 23, 2023
1 parent 59dd162 commit 5ec0f7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
with:
nuget-api-key: ${{ secrets.NUGET_TOKEN }}
- name: Push Nuget
run: nuget push dist\nuget-dist\*.nupkg -ApiKey ${{ secrets.NUGET_TOKEN }} -Source https://api.nuget.org/v3/index.json
run: nuget push dist/nuget-dist/*.nupkg -ApiKey ${{ secrets.NUGET_TOKEN }} -Source https://api.nuget.org/v3/index.json
- name: Prep Archives
run: |
tar -czvf linux-dist.tar.gz dist/linux-dist
Expand Down

0 comments on commit 5ec0f7a

Please sign in to comment.