From 6ce5ea8c8b8ba2b4d29e0d2294c92b4c35827d29 Mon Sep 17 00:00:00 2001 From: tosasitill <66861785+tosasitill@users.noreply.github.com> Date: Tue, 9 May 2023 01:05:00 +0800 Subject: [PATCH] @1683565500 BY tosasitill --- .github/workflows/TWRPTreeGeneratorAction.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/TWRPTreeGeneratorAction.yml b/.github/workflows/TWRPTreeGeneratorAction.yml index 37e48a8..02f37e9 100644 --- a/.github/workflows/TWRPTreeGeneratorAction.yml +++ b/.github/workflows/TWRPTreeGeneratorAction.yml @@ -41,7 +41,8 @@ jobs: pip3 install twrpdtgen python3 -m twrpdtgen ~/Firmware_extractor/out/boot.img cd ~ - 7z a /home/runner/work/TWRPTreeGeneratorAction/TWRPTreeGeneratorAction/output ~/GeneratedTWRPDeviceTree.7z + 7z a ~/GeneratedTWRPDeviceTree.zip /home/runner/work/TWRPTreeGeneratorAction/TWRPTreeGeneratorAction/output + - name: Upload Device Tree uses: ncipollo/release-action@v1.12.0