Skip to content

Commit a908931

Browse files
committed
Upload file
1 parent 5c64618 commit a908931

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/modun.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ rm -fr "$vnk"
1414
done
1515

1616
mkdir -p lib log root tmp TREE/ROM TOOL/APK usr
17-
18-
7z a -t7z -y -mx=9 ../module.7z
17+
tar -cf - * | xz -9e > ../module.tar.xz
1918
rm -fr ../module
20-
mv ../module.7z ../module
21-
ls -lh ../module
19+
mv ../module.tar.xz ../module
20+
ls -lh ../module
-2.38 KB
Binary file not shown.

0 commit comments

Comments
 (0)