We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cad8c1f commit 8b5a0f1Copy full SHA for 8b5a0f1
.github/workflows/build-net7.yml
@@ -74,7 +74,7 @@ jobs:
74
git apply disable-windows-editor.patch
75
cd vendor/LiteNetLib
76
cat LiteNetLib/LiteNetLib.csproj
77
- git apply ../LiteNetLib.patch
+ git apply --whitespace=fix ../LiteNetLib.patch
78
79
cd ../..
80
dotnet publish Intersect.sln -r win-x64 -p:Configuration=Release -p:PackageVersion=${{ env.VERSION_PREFIX }}${{ env.VERSION_SUFFIX }}.${{ github.run_number }}+build.${{ github.sha }} -p:Version=${{ env.VERSION_PREFIX }}.${{ github.run_number }}
0 commit comments