Skip to content

Android: Extract assets to file for song and video assets anyway; Bum… #137

Android: Extract assets to file for song and video assets anyway; Bum…

Android: Extract assets to file for song and video assets anyway; Bum… #137

Workflow file for this run

name: FNA.NET CI
on: [push, pull_request]
jobs:
windows:
name: Windows
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Install workloads
run: |
dotnet workload install android ios tvos --skip-manifest-update
- name: dotnet build and pack FNA.NET
run: |
dotnet build -c Debug FNA.NET.csproj
dotnet pack FNA.NET.csproj
- uses: actions/upload-artifact@v4
with:
name: ${{ github.event.repository.name }} Artifacts
path: |
bin/Release/*.nupkg