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 41b9557 commit 07eeff5Copy full SHA for 07eeff5
.github/workflows/test_build_carts.yml
@@ -37,3 +37,8 @@ jobs:
37
sudo make install
38
- name: Build Carts
39
run: npm run build:carts
40
+ - name: Output Carts
41
+ uses: actions/upload-artifact@v4
42
+ with:
43
+ name: carts
44
+ path: build/carts/*.null0
0 commit comments