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 c7d6e62 commit 28d99e4Copy full SHA for 28d99e4
.github/workflows/pr.yml
@@ -77,6 +77,18 @@ jobs:
77
tools/*/dist/*
78
key: ${{ steps.build-cache.outputs.cache-primary-key }}
79
80
+ - uses: actions/upload-artifact@v4
81
+ name: Upload build artifacts
82
+ if: ${{ steps.build-cache.outputs.cache-hit != 'true' }}
83
+ with:
84
+ name: built-packages-${{ github.run_id }}.zip
85
+ path: |
86
+ charts/*/dist/
87
+ chat/*/dist/
88
+ packages/*/dist/
89
+ tools/*/dist/
90
+ retention-days: 30
91
+
92
# @leafygreen-ui/icon has an additional built-in cache layer
93
- name: Save icon build
94
uses: actions/cache/save@v4
0 commit comments