We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fd39e96 + a02ebc7 commit d23b964Copy full SHA for d23b964
1 file changed
.github/workflows/publish.yml
@@ -49,6 +49,7 @@ jobs:
49
50
build:
51
name: Build for ${{ matrix.target }}
52
+ needs: grab-reference-assemblies
53
runs-on: ${{ matrix.os }}
54
strategy:
55
matrix:
@@ -131,4 +132,4 @@ jobs:
131
132
133
- name: Publish to NuGet.org
134
run: |
- 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