Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andreakarasho authored Mar 10, 2024
1 parent c3b925e commit 7115c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Test
run: dotnet test --no-build --verbosity normal
- name: Pack
run: dotnet pack /src -c Release -o dist && dotnet pack /plugins/TinyEcs.Plugins/ -c Release -o dist
run: dotnet pack src/ -c Release -o dist && dotnet pack plugins/TinyEcs.Plugins/ -c Release -o dist
- name: Publish
run: |
dotnet nuget push "dist/TinyEcs.Main.1.0.0.nupkg" --api-key ${{ secrets.NUGET_KEY }} --source "github"
Expand Down

0 comments on commit 7115c47

Please sign in to comment.