Skip to content

Commit

Permalink
go
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorcelli committed Feb 1, 2025
1 parent 2379aa8 commit 0e55083
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions .github/workflows/build_parallel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0e55083

Please sign in to comment.