Skip to content

Commit

Permalink
Added .NET 4
Browse files Browse the repository at this point in the history
  • Loading branch information
vchelaru committed Mar 23, 2024
1 parent d41f329 commit 67cdd55
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/Engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,19 @@ jobs:
- name: Build
run: dotnet build -c ${{ matrix.configuration }} 'FlatRedBall\Engines\Forms\FlatRedBall.Forms\FlatRedBall.Forms.DesktopGLNet6.sln'



- name: Package
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.configuration }}
name: DesktopGlNet6${{ matrix.configuration }}
path: FlatRedBall/Engines/Forms/FlatRedBall.Forms/FlatRedBall.Forms.DesktopGlNet6/bin/${{ matrix.configuration }}/net6.0/

- name: Build
run: dotnet build -c ${{ matrix.configuration }} 'FlatRedBall\Engines\Forms\FlatRedBall.Forms\FlatRedBall.Forms.DesktopGL.sln'

- name: Package
uses: actions/upload-artifact@v3
with:
name: DesktopGlNet4${{ matrix.configuration }}
path: FlatRedBall/Engines/Forms/FlatRedBall.Forms/FlatRedBall.Forms/bin/DesktopGL/${{ matrix.configuration }}/


0 comments on commit 67cdd55

Please sign in to comment.