From 25ea72533805ff0ce6f0de2a517f82b14af15352 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 11 Apr 2026 22:33:42 +0000 Subject: [PATCH] Fix Format-FileSize undefined error by sourcing utils.ps1 in artifacts upload step Agent-Logs-Url: https://github.com/cmderdev/cmder/sessions/bf167f7e-397b-4635-a7d2-2c2680207e67 Co-authored-by: DRSDavidSoft <4673812+DRSDavidSoft@users.noreply.github.com> --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b447c89..ae3d8b8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -173,6 +173,9 @@ jobs: env: GH_TOKEN: ${{ github.token }} run: | + # Source utility functions + . scripts/utils.ps1 + $summary = @" ### 🗃️ Artifacts