Skip to content

Commit b859fd3

Browse files
authored
Merge branch 'master' into new_webtool_version
2 parents 316ad42 + 832a3a9 commit b859fd3

41 files changed

Lines changed: 89 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/nightly.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Nightly Update - disabled
2+
on:
3+
workflow_dispatch:
4+
# repository_dispatch:
5+
# types: [release-nightly]
6+
jobs:
7+
download-bins:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@v3
11+
- run: |
12+
echo "Download files listed in https://api.github.com/repos/wled/WLED/releases/200568682/assets"
13+
mkdir -p bin/nightly
14+
cd bin/nightly
15+
find ./ -name \*.bin\* -exec git rm -f {} \;
16+
curl https://api.github.com/repos/wled/WLED/releases/200568682/assets | jq '.[].browser_download_url' | xargs wget
17+
- uses: stefanzweifel/git-auto-commit-action@v5
18+
with:
19+
file_pattern: '*.bin*'
856 KB
Binary file not shown.
863 KB
Binary file not shown.
855 KB
Binary file not shown.
869 KB
Binary file not shown.
630 KB
Binary file not shown.
876 KB
Binary file not shown.
636 KB
Binary file not shown.
868 KB
Binary file not shown.
630 KB
Binary file not shown.

0 commit comments

Comments
 (0)