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 904bcc5 commit 082ecd3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/Gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,14 @@ jobs:
- name: ZIP device tree
run: |
zip -r -9 DeviceTree.zip ./out/*
cd ./out
zip -9 DeviceTree.zip .
- name: Upload to 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
Expand Down

0 comments on commit 082ecd3

Please sign in to comment.