allow skip local build
This commit is contained in:
parent
34bfcd0729
commit
d6d8512895
2 changed files with 5 additions and 4 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue