Skip to content

Commit

Permalink
fix(ci): spaghetti
Browse files Browse the repository at this point in the history
  • Loading branch information
ProbablePrime committed Dec 15, 2023
1 parent b420f91 commit 8ca18d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
run: |
msbuild.exe CSCore.sln /p:Platform="Any CPU" /p:Configuration=Release
- name: Pack
run: nuget pack ./CSCore/CSCore.csproj -OutputDirectory nupkgs -Build -Version ${{ env.VERSION }} -Properties version="${{ env.VERSION }}" Configuration="Release" Platform="Any CPU"
run: nuget pack ./CSCore/CSCore.csproj -OutputDirectory nupkgs -Build -Version ${{ env.VERSION }} -Properties version="${{ env.VERSION }}";Configuration="Release";Platform="AnyCPU"
- name: Nuget Publish
shell: cmd
run: nuget push nupkgs\*.nupkg -ApiKey ${{ secrets.NUGET_TOKEN }} -Source https://api.nuget.org/v3/index.json

0 comments on commit 8ca18d5

Please sign in to comment.