Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
magnmaeh committed Oct 3, 2024
1 parent da249a3 commit c38f0d9
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 @@ -19,7 +19,7 @@ runs:
make test
cat build/test/*.size > build/memory-report-${{ inputs.branch }}.txt
- name: Upload
uses: actions/upload-artifacts@v4
uses: actions/upload-artifact@v4
with:
name: Memory-report-${{ inputs.branch }}
path: build/memory-report-${{ inputs.branch }}.txt

0 comments on commit c38f0d9

Please sign in to comment.