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:
parent
ab87a6f797
commit
dbfeb9e2da
1 changed files with 5 additions and 0 deletions
5
.github/workflows/build-template.yml
vendored
5
.github/workflows/build-template.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue