Watch
2
0
Fork
You've already forked raylib-cs
0

Fix unable to run Raylib-cs.Android on debug mode (#193)

* Call `RaylibSetAndroidCallback` before `OnCreate`
* CI: pack `Raylib-cs.Android` package
This commit is contained in:
Angga Permana 2023-08-27 14:12:46 +07:00 committed by GitHub
commit c5560664ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View file

@ -241,6 +241,9 @@ jobs:
- 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: