Skip to content

Commit c797a5b

Browse files
committed
Create tarfile outside of cwd
1 parent ba038ca commit c797a5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ jobs:
5959
working-directory: ./connectedhomeip/
6060
run: scripts/run_in_build_env.sh "scripts/codepregen.py ./zzz_pregenerated/"
6161
- name: Create Matter SDK tar
62-
run: tar -caf ./connectedhomeip.tar.zst --exclude ./connectedhomeip/.environment --use-compress-program=zstdmt .
62+
run: tar -caf ../connectedhomeip.tar.zst --exclude ./connectedhomeip/.environment --use-compress-program=zstdmt .
6363
- name: Store Matter SDK as artifact
6464
uses: actions/upload-artifact@v4
6565
with:
6666
name: matter-sdk-${{ github.run_id }}
67-
path: ./connectedhomeip.tar.zst
67+
path: ../connectedhomeip.tar.zst
6868

6969
build_linux_python_lib:
7070
name: Build Python wheels for Linux (${{ matrix.arch.name }})

0 commit comments

Comments
 (0)