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

ci: pack Raylib-cs.Android package

This commit is contained in:
anggape 2023-08-27 13:30:14 +07:00
commit a63f0c9868
No known key found for this signature in database
GPG key ID: 318EF680D0181D86

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: