Skip to content

Commit 28d99e4

Browse files
feat: update intermediary artifacts
1 parent c7d6e62 commit 28d99e4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/pr.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,18 @@ jobs:
7777
tools/*/dist/*
7878
key: ${{ steps.build-cache.outputs.cache-primary-key }}
7979

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+
8092
# @leafygreen-ui/icon has an additional built-in cache layer
8193
- name: Save icon build
8294
uses: actions/cache/save@v4

0 commit comments

Comments
 (0)