Skip to content

Commit

Permalink
update artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
matth-x committed Sep 2, 2024
1 parent 134d704 commit c37ab88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
name: firmware_v16.elf
- name: Run bloaty
run: |
"${{ github.workspace }}/bloaty" ./firmware_v16.elf -d compileunits --csv -n 0 > bloaty_v16.csv
"${{ github.workspace }}/bloaty/build/bloaty" ./firmware_v16.elf -d compileunits --csv -n 0 > bloaty_v16.csv
- name: Upload v16 bloaty report
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit c37ab88

Please sign in to comment.