2
0
mirror of https://github.com/raylib-cs/raylib-cs synced 2025-04-03 11:09:40 -04:00

Update build.yml

This commit is contained in:
ChrisDill 2023-08-25 13:18:05 +01:00
parent 5640e290e7
commit 9b7bcec250

View File

@ -239,7 +239,7 @@ jobs:
run: dotnet workload restore
- name: Create NuGet Package
run: dotnet pack -c Release --output nuget
run: dotnet pack Raylib-cs -c Release --output nuget
- name: Upload NuGet Package As Artifact
uses: actions/upload-artifact@v3