Skip to content

Commit

Permalink
fix(ci): more pathing
Browse files Browse the repository at this point in the history
  • Loading branch information
ProbablePrime committed Dec 19, 2023
1 parent 5def42f commit d25d1e7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +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 }}
- name: Publish to NuGet
working-directory: ./RNNoise.NET
run: |
dotnet nuget push nupkgs/*.nupkg -k ${{ secrets.NUGET_TOKEN }} --source https://api.nuget.org/v3/index.json

0 comments on commit d25d1e7

Please sign in to comment.