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 8aa664a commit 64fa82dCopy full SHA for 64fa82d
.github/workflows/Device-Tree-Generator.yml
@@ -71,7 +71,7 @@ jobs:
71
- name: Add to Zip
72
run: |
73
mv ./output/ device
74
- zip -r ${{ github.event.inputs.IMG_TYPE }}_tree.zip ./device/
+ zip -r ${{ env.DEVICE_ID }}_${{ env.DEVICE_IDD }}_tree.zip ./device/
75
cd device/*/
76
echo "DEVICE_ID=${PWD##*/}" >> $GITHUB_ENV
77
cd *
@@ -81,7 +81,7 @@ jobs:
81
uses: softprops/action-gh-release@v1
82
with:
83
files: |
84
- ${{ github.event.inputs.IMG_TYPE }}_tree.zip
+ ${{ env.DEVICE_ID }}_${{ env.DEVICE_IDD }}_tree.zip
85
name: ${{ env.DEVICE_ID }} ${{ env.DEVICE_IDD }} device tree // ${{ env.BUILD_DATE }}
86
tag_name: ${{ github.run_id }}
87
body: |
0 commit comments