Skip to content

Commit

Permalink
Nightly release - fix filename
Browse files Browse the repository at this point in the history
  • Loading branch information
netmindz committed Jan 8, 2025
1 parent 50d505b commit 7d29edf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,14 @@ jobs:
uses: actions/download-artifact@v4
with:
merge-multiple: true

- name: Show Files
run: ls -la
- name: Deploy release
uses: WebFreak001/[email protected]
with:
upload_url: https://uploads.github.com/repos/Aircoookie/WLED/releases/190052071/assets{?name,label}
release_id: 190052071
asset_path: ./WLED_*_ESP32.bin
asset_name: WLED_$$_ESP32.bin
asset_path: firmware-esp32dev.zip
asset_name: WLED_$$_ESP32.zip
asset_content_type: application/octet-stream
max_releases: 7

0 comments on commit 7d29edf

Please sign in to comment.