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 88816a7 commit 8aa664aCopy full SHA for 8aa664a
.github/workflows/Device-Tree-Generator.yml
@@ -72,14 +72,17 @@ jobs:
72
run: |
73
mv ./output/ device
74
zip -r ${{ github.event.inputs.IMG_TYPE }}_tree.zip ./device/
75
-
+ cd device/*/
76
+ echo "DEVICE_ID=${PWD##*/}" >> $GITHUB_ENV
77
+ cd *
78
+ echo "DEVICE_IDD=${PWD##*/}" >> $GITHUB_ENV
79
- name: Release
80
if: github.event.inputs.RELEASE_FILE == 'true'
81
uses: softprops/action-gh-release@v1
82
with:
83
files: |
84
${{ github.event.inputs.IMG_TYPE }}_tree.zip
- name: device tree // ${{ env.BUILD_DATE }}
85
+ name: ${{ env.DEVICE_ID }} ${{ env.DEVICE_IDD }} device tree // ${{ env.BUILD_DATE }}
86
tag_name: ${{ github.run_id }}
87
body: |
88
0 commit comments