2
0
mirror of https://github.com/raylib-cs/raylib-cs synced 2025-07-02 19:13:43 -04:00

Convert android project to example project

This commit is contained in:
2023-09-05 07:20:02 +01:00
parent df2b089119
commit d716a80775
9 changed files with 21 additions and 13 deletions

View File

@ -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: