Skip to content

Commit 6f0bc27

Browse files
Don't collect build artifacts from the giant matrix, it's just a mess
1 parent cd52c5e commit 6f0bc27

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,9 @@ jobs:
8383
--${{matrix.vcpkg_arg}}
8484
- name: Build
8585
run: |
86-
bash tools/earthly.sh -a "+build/pkg/*" pkg/ \
86+
bash tools/earthly.sh -a +build \
8787
--env=${{matrix.env}} \
8888
--${{matrix.vcpkg_arg}}
89-
- name: Post Artifact
90-
uses: actions/upload-artifact@v4
91-
with:
92-
name: Packages (Job ${{strategy.job-index}})
93-
path: "pkg/*"
9489
# This step will use the same cached +build results as long as all Earthly
9590
# build arguments are equivalent. Make sure of that!
9691
- name: Test

0 commit comments

Comments
 (0)