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

Commit bbc0fb7

Browse files
committed
Revert "Attempt 3 to reduce the excessive number of artifacts being uploaded in CI."
This reverts commit ed1f4dd.
1 parent ed1f4dd commit bbc0fb7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ jobs:
4747
with:
4848
name: ${{ github.workflow }}-${{ github.run_number }}-${{ github.run_attempt }}-${{ matrix.os }}-${{ matrix.cfg }}
4949
path: |
50-
out/**/*
50+
out
5151
!out/dep/**/*
5252
!out/obj/**/*

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ jobs:
3737
with:
3838
name: ${{ github.workflow }}-${{ github.run_number }}-${{ github.run_attempt }}-windows-2022-Debug
3939
path: |
40-
out/**/*
40+
out
4141
!out/dep/**/*
4242
!out/obj/**/*

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ jobs:
3838
with:
3939
name: ${{ github.workflow }}-${{ github.run_number }}-${{ github.run_attempt }}-windows-2022-Release
4040
path: |
41-
out/**/*
41+
out
4242
!out/dep/**/*
4343
!out/obj/**/*

0 commit comments

Comments
 (0)