File tree Expand file tree Collapse file tree 2 files changed +4
-16
lines changed
Expand file tree Collapse file tree 2 files changed +4
-16
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ name: 'Daily build'
22on :
33 schedule :
44 - cron : ' 0 22 * * *'
5- workflow_dispatch : # TODO: remove before merge
6-
75
86jobs :
97
1311 nightly :
1412 name : Deploy nightly
1513 steps :
14+ - uses : actions/download-artifact@v4
15+ with :
16+ merge-multiple : true
17+
1618 - name : Deploy release
1719 uses :
WebFreak001/[email protected] 1820 with :
Original file line number Diff line number Diff line change 1414 name : Create Release
1515 runs-on : ubuntu-latest
1616 needs : wled_build
17- if : startsWith(github.ref, 'refs/tags/')
1817 steps :
1918 - uses : actions/download-artifact@v4
2019 with :
2726 *.bin
2827 *.bin.gz
2928
30-
31- testCdata :
32- name : Test cdata.js
33- runs-on : ubuntu-latest
34- steps :
35- - uses : actions/checkout@v4
36- - name : Use Node.js
37- uses : actions/setup-node@v4
38- with :
39- node-version : ' 20.x'
40- cache : ' npm'
41- - run : npm ci
42- - run : npm test
You can’t perform that action at this time.
0 commit comments