File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -59,12 +59,14 @@ jobs:
59
59
working-directory : ./connectedhomeip/
60
60
run : scripts/run_in_build_env.sh "scripts/codepregen.py ./zzz_pregenerated/"
61
61
- name : Create Matter SDK tar
62
- run : tar -caf ../connectedhomeip.tar.zst --exclude ./connectedhomeip/.environment --use-compress-program=zstdmt .
62
+ run : |
63
+ tar -caf ../connectedhomeip.tar.zst --exclude ./connectedhomeip/.environment --use-compress-program=zstdmt .
64
+ mv ../connectedhomeip.tar.zst ./connectedhomeip.tar.zst
63
65
- name : Store Matter SDK as artifact
64
66
uses : actions/upload-artifact@v4
65
67
with :
66
68
name : matter-sdk-${{ github.run_id }}
67
- path : .. /connectedhomeip.tar.zst
69
+ path : ./connectedhomeip.tar.zst
68
70
69
71
build_linux_python_lib :
70
72
name : Build Python wheels for Linux (${{ matrix.arch.name }})
You can’t perform that action at this time.
0 commit comments