diff --git a/.github/workflows/code-size-report.yml b/.github/workflows/code-size-report.yml index 6817b0b..f348cf7 100644 --- a/.github/workflows/code-size-report.yml +++ b/.github/workflows/code-size-report.yml @@ -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 diff --git a/.github/workflows/firmware.yml b/.github/workflows/firmware.yml index a60b871..4a37514 100644 --- a/.github/workflows/firmware.yml +++ b/.github/workflows/firmware.yml @@ -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