Skip to content

Commit

Permalink
Update path
Browse files Browse the repository at this point in the history
  • Loading branch information
magnmaeh committed Oct 12, 2024
1 parent 7449f22 commit 53d5f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/memory-report/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ runs:
shell: bash
run: |
make test
cat build/test/*.size > build/memory-report-${{ inputs.branch }}.txt
cat build/test/unit/*.size > build/memory-report-${{ inputs.branch }}.txt
- name: Upload
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 53d5f18

Please sign in to comment.