flow work

This commit is contained in:
Pirata
2025-02-01 15:18:41 +00:00
parent aee2f545d2
commit 2379aa8b14

View File

@@ -297,23 +297,23 @@ jobs:
path: ./esp32_marauder/build/esp32.esp32.esp32s2/esp32_marauder.${{ matrix.board.file_name }}.bin
retention-days: 5
post_compile_steps:
name: Create Release
runs-on: ubuntu-latest
needs: [compile_sketch]
if: github.ref_type == 'tag'
steps:
- name: Download Artifacts
id: create_release
- uses: actions/download-artifact@v4
with:
merge-multiple: true
post_compile_steps:
name: Create Release
runs-on: ubuntu-latest
needs: [compile_sketch]
if: github.ref_type == 'tag'
steps:
- 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