Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pjanevskiTT committed Dec 16, 2024
1 parent f2f9dbc commit b55a31e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ env:
DEPS_OUTPUT_DIR: ./build/_deps
TEST_OUTPUT_DIR: ./build/test
CLUSTER_DESCRIPTORS_DIR: ./tests/api/cluster_descriptor_examples
SOC_DESCRIPTORS_DIR: ./tests/soc_descs

jobs:
build:
Expand Down Expand Up @@ -77,7 +78,8 @@ jobs:
tar cvf artifact.tar ${{ env.TEST_OUTPUT_DIR }} \
${{ env.LIB_OUTPUT_DIR }} \
${{ env.DEPS_OUTPUT_DIR }} \
${{ env.CLUSTER_DESCRIPTORS_DIR }}
${{ env.CLUSTER_DESCRIPTORS_DIR }} \
${{ env.SOC_DESCRIPTORS_DIR }}
- name: Upload build artifacts archive
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit b55a31e

Please sign in to comment.