Skip to content

Commit

Permalink
fix upload actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tjko committed Jun 28, 2024
1 parent a999a0b commit 7522130
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,15 @@ jobs:
- name: Upload Artifacts
uses: actions/upload-artifact@v4
with:
name: fanpico-firmware-${{github.run_number}}-${{github.sha}}
name: firmware-${{matrix.runs-on}}-${{github.run_number}}-${{github.sha}}
path: main/build/dist

merge:
runs-on: ubuntu-latest
needs: build
steps:
- name: Merge Artifacts
uses: actions/upload-artifact/merge@v4
with:
name: fanpico-firmware-${{github.run_number}}-${{github.sha}}
pattern: firmware-*

0 comments on commit 7522130

Please sign in to comment.