Skip to content

Commit 88816a7

Browse files
authored
Update Device-Tree-Generator.yml
1 parent c63c097 commit 88816a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Device-Tree-Generator.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,14 @@ jobs:
7171
- name: Add to Zip
7272
run: |
7373
mv ./output/ device
74-
zip -r tree.zip ./device/
74+
zip -r ${{ github.event.inputs.IMG_TYPE }}_tree.zip ./device/
7575
7676
- name: Release
7777
if: github.event.inputs.RELEASE_FILE == 'true'
7878
uses: softprops/action-gh-release@v1
7979
with:
8080
files: |
81-
tree.zip
81+
${{ github.event.inputs.IMG_TYPE }}_tree.zip
8282
name: device tree // ${{ env.BUILD_DATE }}
8383
tag_name: ${{ github.run_id }}
8484
body: |

0 commit comments

Comments
 (0)