Merge branch 'ChrisDill:master' into master
This commit is contained in:
commit
d57f31d483
1 changed files with 4 additions and 4 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
|
@ -272,11 +272,11 @@ jobs:
|
||||||
with:
|
with:
|
||||||
dotnet-version: 6.0.x
|
dotnet-version: 6.0.x
|
||||||
|
|
||||||
- name: restore workload
|
#- name: restore workload
|
||||||
run: dotnet workload restore
|
# run: dotnet workload restore
|
||||||
|
|
||||||
- name: build examples android
|
#- name: build examples android
|
||||||
run: dotnet build Examples.Android -c Release
|
# run: dotnet build Examples.Android -c Release
|
||||||
|
|
||||||
- name: create NuGet Package
|
- name: create NuGet Package
|
||||||
run: dotnet pack Raylib-cs -c Release --output nuget
|
run: dotnet pack Raylib-cs -c Release --output nuget
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue