Skip to content

Commit

Permalink
Update Gen.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tonyha7 authored Jan 12, 2023
1 parent 082ecd3 commit 6497a02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 6497a02

Please sign in to comment.