Skip to content

Commit

Permalink
Merge branch 'Tonyha7:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Momo authored Jan 20, 2024
2 parents c0d8f0e + ebf625d commit ed801bd
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/Gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,18 @@ jobs:
mkdir out
python3 -m twrpdtgen -o ./out/ *.img
- name: ZIP device tree
- name: 打压缩包
run: |
zip -r -9 DeviceTree.zip ./out/*
cd ./out
zip -r -9 DeviceTree.zip ./*
- name: Upload to Release
- name: Release
uses: softprops/action-gh-release@v1
with:
files: |
./DeviceTree.zip
./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 ed801bd

Please sign in to comment.