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 d743c2a commit 050afb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
if-no-files-found: error

evaluate_firmware_size:
needs: fake_artifact
needs: profile_firmware
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -118,7 +118,7 @@ jobs:
- name: Get v16 bloaty analysis
uses: actions/download-artifact@v4
with:
name: firmware_v16_2.elf
name: bloaty_v16.csv
path: docs/assets/bloaty_v16.csv
- name: Evaluate and create reports
run: tests/benchmarks/scripts/eval_firmware_size.py
Expand Down

0 comments on commit 050afb9

Please sign in to comment.