Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Commit 45b83d6

Browse files
committed
Reduce the excessive number of artifacts uploaded in CI.
1 parent dfef917 commit 45b83d6

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ jobs:
4747
with:
4848
name: ${{ github.workflow }}-${{ github.run_number }}-${{ github.run_attempt }}-${{ matrix.os }}-${{ matrix.cfg }}
4949
path: |
50-
out/bin
51-
out/bld
5250
out/log
5351
out/pkg
5452
out/pub

.github/workflows/package.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ jobs:
3737
with:
3838
name: ${{ github.workflow }}-${{ github.run_number }}-${{ github.run_attempt }}-windows-2022-Debug
3939
path: |
40-
out/bin
41-
out/bld
4240
out/log
4341
out/pkg
4442
out/pub

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ jobs:
3838
with:
3939
name: ${{ github.workflow }}-${{ github.run_number }}-${{ github.run_attempt }}-windows-2022-Release
4040
path: |
41-
out/bin
42-
out/bld
4341
out/log
4442
out/pkg
4543
out/pub

0 commit comments

Comments
 (0)