Skip to content

Commit

Permalink
Engine test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
vchelaru committed Mar 23, 2024
1 parent 8bc4391 commit d41f329
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 1
path: 'FRB'
path: 'FlatRedBall'

- name: Checkout Gum
uses: actions/checkout@v4
Expand All @@ -44,12 +44,12 @@ jobs:
uses: microsoft/[email protected]

- name: Build
run: dotnet build -c ${{ matrix.configuration }} 'FRB\Engines\Forms\FlatRedBall.Forms\FlatRedBall.Forms.DesktopGLNet6.sln'
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 }}
path: FRB/Engines/Forms/FlatRedBall.Forms/FlatRedBall.Forms.DesktopGlNet6/bin/${{ matrix.configuration }}/net6.0/
path: FlatRedBall/Engines/Forms/FlatRedBall.Forms/FlatRedBall.Forms.DesktopGlNet6/bin/${{ matrix.configuration }}/net6.0/

0 comments on commit d41f329

Please sign in to comment.