diff --git a/.github/workflows/pio.yml b/.github/workflows/pio.yml index 58a348b8..9c462087 100644 --- a/.github/workflows/pio.yml +++ b/.github/workflows/pio.yml @@ -77,7 +77,7 @@ jobs: steps: - uses: actions/download-artifact@v2 - 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: