mirror of
https://github.com/wled/WLED.git
synced 2025-07-19 16:56:35 +00:00
Nightly release - swap action
This commit is contained in:
parent
0c431d9746
commit
5e3b4c3a11
18
.github/workflows/nightly.yml
vendored
18
.github/workflows/nightly.yml
vendored
@ -21,12 +21,14 @@ jobs:
|
|||||||
merge-multiple: true
|
merge-multiple: true
|
||||||
- name: Show Files
|
- name: Show Files
|
||||||
run: ls -la
|
run: ls -la
|
||||||
- name: Deploy release
|
- name: Update Nightly Release
|
||||||
uses: WebFreak001/deploy-nightly@v3.2.0
|
uses: andelf/nightly-release@main
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
upload_url: https://uploads.github.com/repos/Aircoookie/WLED/releases/193651519/assets{?name,label}
|
tag_name: nightly
|
||||||
release_id: 193651519
|
name: 'Nightly Release $$'
|
||||||
asset_path: WLED_0.16.0-alpha_ESP32.bin
|
prerelease: true
|
||||||
asset_name: WLED_$$_ESP32.bin
|
body: 'Nightly build'
|
||||||
asset_content_type: application/octet-stream
|
files: |
|
||||||
max_releases: 7
|
./*.bin
|
Loading…
x
Reference in New Issue
Block a user