chore: upload build directory as artifact in cache CI (#9600)

This PR adds a step to the cached Linux Lake CI to upload the build
directory. This will help us debug any cache failures.
This commit is contained in:
Mac Malone 2025-07-28 16:29:51 -04:00 committed by GitHub
parent ab87a6f797
commit dbfeb9e2da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -263,3 +263,8 @@ jobs:
build/stage1/**/*.c
build/stage1/**/*.c.o*' || '' }}
key: ${{ steps.restore-cache.outputs.cache-primary-key }}
- name: Upload Build Artifact
if: always() && matrix.name == 'Linux Lake (cached)'
uses: actions/upload-artifact@v4
with:
path: build