From 0e55083bc0679aeb43c268cdf738e7f110c7bd31 Mon Sep 17 00:00:00 2001 From: Pirata <104320209+bmorcelli@users.noreply.github.com> Date: Sat, 1 Feb 2025 15:21:41 +0000 Subject: [PATCH] go --- .github/workflows/build_parallel.yml | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/.github/workflows/build_parallel.yml b/.github/workflows/build_parallel.yml index 63cc164..c609d0c 100644 --- a/.github/workflows/build_parallel.yml +++ b/.github/workflows/build_parallel.yml @@ -303,17 +303,18 @@ jobs: needs: [compile_sketch] if: github.ref_type == 'tag' steps: - - name: Download Artifacts - id: create_release - - uses: actions/download-artifact@v4 - with: - merge-multiple: true + - uses: actions/checkout@v4 + - name: Download Artifacts + id: create_release + - uses: actions/download-artifact@v4 + with: + merge-multiple: true - - name: Create Release - uses: softprops/action-gh-release@v1 - with: - name: Marauder Release github.ref_name - tag_name: github.ref_name - generate_release_notes: true - files: | - esp32_marauder.*.bin + - name: Create Release + uses: softprops/action-gh-release@v1 + with: + name: Marauder Release github.ref_name + tag_name: github.ref_name + generate_release_notes: true + files: | + esp32_marauder.*.bin