Skip to content

Commit

Permalink
Boost - initial publish of Friflo.Engine.ECS.Boost on nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
friflo committed Aug 8, 2024
1 parent f7a3e73 commit 8a1205c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/nuget-engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
- name: Push
working-directory: ./
run: |
dotnet nuget push ${{ env.PACKAGE_DIRECTORY }}/Friflo.Engine.ECS.${VERSION}.nupkg --source https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_AUTH_TOKEN }}
dotnet nuget push ${{ env.PACKAGE_DIRECTORY }}/Friflo.Engine.ECS.${VERSION}.nupkg --source https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_AUTH_TOKEN }}
dotnet nuget push ${{ env.PACKAGE_DIRECTORY }}/Friflo.Engine.ECS.Boost.${VERSION}.nupkg --source https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_AUTH_TOKEN }}
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"src/Tests-Unity/UserSettings": true,

// root files / folders
".github": true,
".github": false,

// src folder
"src/.cspell.json": true,
Expand Down

0 comments on commit 8a1205c

Please sign in to comment.