Skip to content

Commit

Permalink
Updated to create nuget package...
Browse files Browse the repository at this point in the history
  • Loading branch information
vchelaru committed Mar 31, 2024
1 parent 0b1f990 commit 775a861
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/Engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,12 @@ jobs:
with:
name: DesktopGlNet6Release
path: FlatRedBall/Engines/Forms/FlatRedBall.Forms/FlatRedBall.Forms.DesktopGlNet6/bin/Release/net6.0/


- name: Publish NuGet package
run: |
for file in FlatRedBall/Engines/FlatRedBallXNA/FlatRedBallDesktopGLNet6/bin/Debug/*.nupkg; do
dotnet nuget push $file --api-key "${{ secrets.NUGET_APIKEY }}" --source https://api.nuget.org/v3/index.json
done
- name: Build FlatRedBall .NET 4 Debug
run: dotnet build -c Debug 'FlatRedBall\Engines\Forms\FlatRedBall.Forms\FlatRedBall.Forms.DesktopGL.sln'
- name: Package FlatRedBall .NET 4
Expand Down

0 comments on commit 775a861

Please sign in to comment.