mirror of
https://github.com/MrUnknownDE/OpenIris-ESPIDF.git
synced 2026-05-06 05:46:06 +02:00
Add merge-multiple: true to download-artifact, fixing the release not grabbing built files
This commit is contained in:
@@ -95,8 +95,12 @@ jobs:
|
|||||||
- name: Download firmware builds
|
- name: Download firmware builds
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
merge-multiple: true
|
||||||
path: build/
|
path: build/
|
||||||
|
|
||||||
|
- name: Show downloaded artifacts
|
||||||
|
run: ls ./build/
|
||||||
|
|
||||||
- name: Make Release
|
- name: Make Release
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v2
|
||||||
if: github.ref_type == 'tag'
|
if: github.ref_type == 'tag'
|
||||||
|
|||||||
Reference in New Issue
Block a user