Convert android project to example project
This commit is contained in:
parent
df2b089119
commit
d716a80775
9 changed files with 21 additions and 13 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
|
@ -254,15 +254,15 @@ jobs:
|
|||
- name: Build and run tests
|
||||
run: dotnet test Raylib-cs.Tests -c Release
|
||||
|
||||
- name: Build examples
|
||||
- name: Build examples desktop
|
||||
run: dotnet build Examples -c Release
|
||||
|
||||
- name: Build examples android
|
||||
run: dotnet build Examples.Android -c Release
|
||||
|
||||
- name: Create NuGet Package
|
||||
run: dotnet pack Raylib-cs -c Release --output nuget
|
||||
|
||||
- name: Create NuGet Package
|
||||
run: dotnet pack Raylib-cs.Android -c Release --output nuget
|
||||
|
||||
- name: Upload NuGet Package As Artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue