Skip to content

Commit 26da64d

Browse files
[wip] test ci
1 parent 7909197 commit 26da64d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
dotnet build PrePatcher -o PrePatcher/Output -p:Configuration=Release
6868
- name: Build Assembly-CSharp
6969
run: |
70-
dotnet build Assembly-CSharp -p:SolutionDir=$PWD -p:Configuration=Release
70+
dotnet build Assembly-CSharp -p:SolutionDir=$PWD -p:Configuration=Release -v:detailed
7171
- name: Upload Binary
7272
if: inputs.upload-artifact
7373
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)