Skip to content

Commit 1a54fba

Browse files
committed
Update CI
1 parent bac2d4a commit 1a54fba

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,14 @@ jobs:
9292
UT2004/${{ env.PKG_NAME }}/Build/CreateVersionInfo.bat ${{ github.event.repository.name }} ${{ env.PKG_VER }} ${{ env.PKG_NAME }}
9393
9494
- name: Build ${{ github.event.repository.name }}
95-
run: "UT2004/${{ env.PKG_NAME }}/Build.bat silent noint nouz verbose"
95+
run: "UT2004/${{ env.PKG_NAME }}/Build.bat silent noint nouz"
9696

97-
- name: Save make.log
97+
- name: Save Logs
9898
uses: actions/upload-artifact@v4
9999
with:
100-
name: ucc-output
101-
path: UT2004/${{ env.PKG_NAME }}/Build/Temp/make.log
100+
name: ucc-logs
101+
path: |
102+
UT2004/**/*.log
102103
103104
- name: Collect Release Files
104105
run: |

0 commit comments

Comments
 (0)