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 cd52c5e commit 6f0bc27Copy full SHA for 6f0bc27
.github/workflows/ci.yml
@@ -83,14 +83,9 @@ jobs:
83
--${{matrix.vcpkg_arg}}
84
- name: Build
85
run: |
86
- bash tools/earthly.sh -a "+build/pkg/*" pkg/ \
+ bash tools/earthly.sh -a +build \
87
--env=${{matrix.env}} \
88
89
- - name: Post Artifact
90
- uses: actions/upload-artifact@v4
91
- with:
92
- name: Packages (Job ${{strategy.job-index}})
93
- path: "pkg/*"
94
# This step will use the same cached +build results as long as all Earthly
95
# build arguments are equivalent. Make sure of that!
96
- name: Test
0 commit comments