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