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 7909197 commit 26da64dCopy full SHA for 26da64d
.github/workflows/build.yaml
@@ -67,7 +67,7 @@ jobs:
67
dotnet build PrePatcher -o PrePatcher/Output -p:Configuration=Release
68
- name: Build Assembly-CSharp
69
run: |
70
- dotnet build Assembly-CSharp -p:SolutionDir=$PWD -p:Configuration=Release
+ dotnet build Assembly-CSharp -p:SolutionDir=$PWD -p:Configuration=Release -v:detailed
71
- name: Upload Binary
72
if: inputs.upload-artifact
73
uses: actions/upload-artifact@v4
0 commit comments