Skip to content

Commit

Permalink
fix artifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
mykrupp committed Sep 23, 2024
1 parent 878b871 commit 14f71d4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,14 @@ jobs:
cd ${SISDK_ROOT}/extension/matter_extension/${{ matrix.board }}/${{ matrix.app }}-${{ matrix.ncp }}
cd build
ls
- run: |
cd debug
ls
- uses: actions/upload-artifact@v4
with:
name: ${{ matrix.app }}-${{ matrix.ncp }} ${{ matrix.board }}
path: ${SISDK_ROOT}/extension/matter_extension/${{ matrix.board }}/${{ matrix.app }}-${{ matrix.ncp }}/${{ matrix.app }}-${{ matrix.ncp }}.s37
path: ${SISDK_ROOT}/extension/matter_extension/${{ matrix.board }}/${{ matrix.app }}-${{ matrix.ncp }}/build/debug/${{ matrix.app }}-${{ matrix.ncp }}.s37


0 comments on commit 14f71d4

Please sign in to comment.