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:
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:
|
||||
|
Reference in New Issue
Block a user