Skip to content

Commit

Permalink
iOS 8 Build
Browse files Browse the repository at this point in the history
  • Loading branch information
vchelaru committed Mar 25, 2024
1 parent c514558 commit 88f8fcf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/Engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@ jobs:
- name: Setup MSBuild.exe
uses: microsoft/[email protected]

- name: Build FlatRedBall iOS .NET 8
run: dotnet build -c ${{ matrix.configuration }} 'FlatRedBall\Engines\Forms\FlatRedBall.Forms\FlatRedBall.Forms.iOS.Net8.sln'
- name: Package FlatRedBall iOS .NET 8
uses: actions/upload-artifact@v3
with:
name: iOSMonoGameNet8${{ matrix.configuration }}
path: FlatRedBall\Engines\Forms\FlatRedBall.Forms\FlatRedBall.Forms.iOSMonoGame\bin\${{ matrix.configuration }}\net8.0-ios\

- name: Build FlatRedBall Android .NET 8
run: dotnet build -c ${{ matrix.configuration }} 'FlatRedBall\Engines\Forms\FlatRedBall.Forms\FlatRedBall.Forms.Android.Net8.sln'
- name: Package FlatRedBall Android .NET 8
Expand Down

0 comments on commit 88f8fcf

Please sign in to comment.