Watch
2
0
Fork
You've already forked raylib-cs
0

allow skip local build

This commit is contained in:
anggape 2023-08-14 00:41:35 +07:00
commit d6d8512895
No known key found for this signature in database
GPG key ID: 318EF680D0181D86
2 changed files with 5 additions and 4 deletions

View file

@ -171,7 +171,7 @@ jobs:
dotnet-version: 6.0.x
- name: Create NuGet Package
run: dotnet pack -c Release Raylib-cs
run: dotnet pack -c Release Raylib-cs -p:SkipLocalBuild=true
- name: Upload NuGet Package As Artifact
uses: actions/upload-artifact@v3