We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c63c097 commit 88816a7Copy full SHA for 88816a7
.github/workflows/Device-Tree-Generator.yml
@@ -71,14 +71,14 @@ jobs:
71
- name: Add to Zip
72
run: |
73
mv ./output/ device
74
- zip -r tree.zip ./device/
+ zip -r ${{ github.event.inputs.IMG_TYPE }}_tree.zip ./device/
75
76
- name: Release
77
if: github.event.inputs.RELEASE_FILE == 'true'
78
uses: softprops/action-gh-release@v1
79
with:
80
files: |
81
- tree.zip
+ ${{ github.event.inputs.IMG_TYPE }}_tree.zip
82
name: device tree // ${{ env.BUILD_DATE }}
83
tag_name: ${{ github.run_id }}
84
body: |
0 commit comments