Skip to content

Commit

Permalink
Merge pull request #4 from iabdalkader/update_workflows
Browse files Browse the repository at this point in the history
Update workflow.
  • Loading branch information
iabdalkader authored Jul 25, 2024
2 parents 00fdaa7 + d59edb3 commit 7773d02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/code-size-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@ jobs:
- name: '↓ Download code size report'
uses: actions/download-artifact@v4
with:
name: "code-size-report.md"
path: ${GITHUB_WORKSPACE}
name: "code-size-report"
run-id: ${{ github.event.workflow_run.id }}
github-token: ${{ github.token }}

- name: '📝 Check report'
- name: '📝 Check Report'
run: |
ls -1 -R ${GITHUB_WORKSPACE}
CODE_SIZE_REPORT=code-size-report.md
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/firmware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
uses: actions/upload-artifact@v4
with:
overwrite: true
name: ${{ steps.generate_report.outputs.code_size_report }}
name: code-size-report
path: ${{ github.workspace }}/${{ steps.generate_report.outputs.code_size_report }}
if-no-files-found: error

0 comments on commit 7773d02

Please sign in to comment.