Skip to content

Commit 5022022

Browse files
Post artifacts as part of CI
1 parent fe1cdff commit 5022022

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,14 @@ jobs:
7171
- *checkout
7272
- name: Build
7373
run: |
74-
bash tools/earthly.sh +build \
74+
bash tools/earthly.sh -a "+build/pkg/*" pkg/ \
7575
--env=${{matrix.env}} \
7676
--${{matrix.vcpkg_arg}}
77+
- name: Post Artifact
78+
uses: actions/upload-artifact@v4
79+
with:
80+
name: Packages
81+
path: "pkg/*"
7782
# This step will use the same cached +build results as long as all Earthly
7883
# build arguments are equivalent. Make sure of that!
7984
- name: Test

0 commit comments

Comments
 (0)