Skip to content

Commit ff709bc

Browse files
committed
去除日志上传
1 parent fc14779 commit ff709bc

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,3 @@ jobs:
7878
path: src/Snap.Hutao.Remastered.Native/x64/${{ env.BUILD_CONFIGURATION }}/*.dll
7979
retention-days: 30
8080
if-no-files-found: error
81-
82-
- name: Upload Build logs
83-
if: always()
84-
uses: actions/upload-artifact@v4
85-
with:
86-
name: build-logs
87-
path: |
88-
**/*.log
89-
**/bin/**/*.log
90-
**/obj/**/*.log
91-
retention-days: 7

0 commit comments

Comments
 (0)