From 9b7bcec25066a66232b31090af00a0bb927c39ff Mon Sep 17 00:00:00 2001 From: ChrisDill Date: Fri, 25 Aug 2023 13:18:05 +0100 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e6b5181..b3a3398 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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