File tree 1 file changed +3
-5
lines changed
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 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
- working-directory : ./connectedhomeip/
63
- run : tar -caf ../connectedhomeip.tar.zst --exclude .environment --use-compress-program=zstdmt .
62
+ run : tar -caf ./connectedhomeip.tar.zst --exclude ./connectedhomeip/.environment --use-compress-program=zstdmt .
64
63
- name : Store Matter SDK as artifact
65
64
uses : actions/upload-artifact@v4
66
65
with :
@@ -106,9 +105,8 @@ jobs:
106
105
run : |
107
106
apt update && apt install zstd
108
107
rm -rf connectedhomeip/
109
- mkdir -p connectedhomeip/
110
- cd connectedhomeip/
111
- tar -xaf ../connectedhomeip.tar.zst --use-compress-program=zstdmt .
108
+ rm -rf .git/
109
+ tar -xaf ./connectedhomeip.tar.zst --use-compress-program=zstdmt .
112
110
pwd
113
111
ls -la
114
112
git config --global --add safe.directory "*"
You can’t perform that action at this time.
0 commit comments