mirror of
https://github.com/wled/WLED.git
synced 2025-07-19 00:36:36 +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
|
||||
- name: Show Files
|
||||
run: ls -la
|
||||
- name: Deploy release
|
||||
uses: WebFreak001/deploy-nightly@v3.2.0
|
||||
- name: Update Nightly Release
|
||||
uses: andelf/nightly-release@main
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
upload_url: https://uploads.github.com/repos/Aircoookie/WLED/releases/193651519/assets{?name,label}
|
||||
release_id: 193651519
|
||||
asset_path: WLED_0.16.0-alpha_ESP32.bin
|
||||
asset_name: WLED_$$_ESP32.bin
|
||||
asset_content_type: application/octet-stream
|
||||
max_releases: 7
|
||||
tag_name: nightly
|
||||
name: 'Nightly Release $$'
|
||||
prerelease: true
|
||||
body: 'Nightly build'
|
||||
files: |
|
||||
./*.bin
|
Loading…
x
Reference in New Issue
Block a user