Skip to content

Commit 64fa82d

Browse files
authored
Update Device-Tree-Generator.yml
1 parent 8aa664a commit 64fa82d

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,7 +71,7 @@ jobs:
7171
- name: Add to Zip
7272
run: |
7373
mv ./output/ device
74-
zip -r ${{ github.event.inputs.IMG_TYPE }}_tree.zip ./device/
74+
zip -r ${{ env.DEVICE_ID }}_${{ env.DEVICE_IDD }}_tree.zip ./device/
7575
cd device/*/
7676
echo "DEVICE_ID=${PWD##*/}" >> $GITHUB_ENV
7777
cd *
@@ -81,7 +81,7 @@ jobs:
8181
uses: softprops/action-gh-release@v1
8282
with:
8383
files: |
84-
${{ github.event.inputs.IMG_TYPE }}_tree.zip
84+
${{ env.DEVICE_ID }}_${{ env.DEVICE_IDD }}_tree.zip
8585
name: ${{ env.DEVICE_ID }} ${{ env.DEVICE_IDD }} device tree // ${{ env.BUILD_DATE }}
8686
tag_name: ${{ github.run_id }}
8787
body: |

0 commit comments

Comments
 (0)