Skip to content

Commit

Permalink
fix(ci): even more pathing issues
Browse files Browse the repository at this point in the history
I'm sorry!
  • Loading branch information
ProbablePrime committed Dec 19, 2023
1 parent d25d1e7 commit 394b47a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
run: |
dotnet build --configuration Release RNNoise.NET.csproj -p:Version=${{ env.VERSION }}
dotnet pack --output nupkgs --configuration Release RNNoise.NET.csproj -p:Version=${{ env.VERSION }}
dotnet nuget push nupkgs/*.nupkg -k ${{ secrets.NUGET_TOKEN }} --source https://api.nuget.org/v3/index.json
dotnet nuget push ./nupkgs/*.nupkg -k ${{ secrets.NUGET_TOKEN }} --source https://api.nuget.org/v3/index.json

0 comments on commit 394b47a

Please sign in to comment.