We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe1cdff commit 5022022Copy full SHA for 5022022
.github/workflows/ci.yml
@@ -71,9 +71,14 @@ jobs:
71
- *checkout
72
- name: Build
73
run: |
74
- bash tools/earthly.sh +build \
+ bash tools/earthly.sh -a "+build/pkg/*" pkg/ \
75
--env=${{matrix.env}} \
76
--${{matrix.vcpkg_arg}}
77
+ - name: Post Artifact
78
+ uses: actions/upload-artifact@v4
79
+ with:
80
+ name: Packages
81
+ path: "pkg/*"
82
# This step will use the same cached +build results as long as all Earthly
83
# build arguments are equivalent. Make sure of that!
84
- name: Test
0 commit comments