From 6497a025c697638486ef40282e50fa78bee5f2a7 Mon Sep 17 00:00:00 2001 From: th7 <69128819+Tonyha7@users.noreply.github.com> Date: Thu, 12 Jan 2023 16:58:43 +0800 Subject: [PATCH] Update Gen.yml --- .github/workflows/Gen.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Gen.yml b/.github/workflows/Gen.yml index c1d17a2..aac74fd 100644 --- a/.github/workflows/Gen.yml +++ b/.github/workflows/Gen.yml @@ -40,18 +40,18 @@ jobs: mkdir out python3 -m twrpdtgen -o ./out/ *.img - - name: ZIP device tree + - name: 打压缩包 run: | cd ./out zip -9 DeviceTree.zip . - - name: Upload to Release + - name: Release uses: softprops/action-gh-release@v1 with: files: | ./out/DeviceTree.zip name: TWRP_Device_Tree-${{ github.run_id }} tag_name: ${{ github.run_id }} - body: DeviceTree for twrp + body: DeviceTree 4 TWRP env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}