Skip to content

Commit d23b964

Browse files
committed
Merge branch 'main' of github.com:EvaisaDev/UnityNetcodePatcher into dev
2 parents fd39e96 + a02ebc7 commit d23b964

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
5050
build:
5151
name: Build for ${{ matrix.target }}
52+
needs: grab-reference-assemblies
5253
runs-on: ${{ matrix.os }}
5354
strategy:
5455
matrix:
@@ -131,4 +132,4 @@ jobs:
131132

132133
- name: Publish to NuGet.org
133134
run: |
134-
dotnet nuget push ./NetcodePatcher*/bin/*/*.nupkg --api-key ${{ secrets.NUGET_API_TOKEN }} --source https://api.nuget.org/v3/index.json
135+
dotnet nuget push ./NetcodePatcher*/bin/*/*.nupkg --api-key ${{ secrets.NUGET_API_TOKEN }} --source https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)