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

Disable android build in build.yml

This commit is contained in:
Rgebee 2023-09-08 19:22:06 +01:00
commit a4b6140a96

View file

@ -272,11 +272,11 @@ jobs:
with: with:
dotnet-version: 6.0.x dotnet-version: 6.0.x
- name: restore workload #- name: restore workload
run: dotnet workload restore # run: dotnet workload restore
- name: build examples android #- name: build examples android
run: dotnet build Examples.Android -c Release # run: dotnet build Examples.Android -c Release
- name: create NuGet Package - name: create NuGet Package
run: dotnet pack Raylib-cs -c Release --output nuget run: dotnet pack Raylib-cs -c Release --output nuget