diff --git a/.github/workflows/wled-ci.yml b/.github/workflows/wled-ci.yml index deed4e69..4c4de1d7 100644 --- a/.github/workflows/wled-ci.yml +++ b/.github/workflows/wled-ci.yml @@ -80,7 +80,7 @@ jobs: steps: - uses: actions/download-artifact@v4 - name: List Artifacts - run: find ./ + run: find ./ -type f -name *.bin -exec mv -v {} ./ \; - name: Create draft release uses: softprops/action-gh-release@v1 with: