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>
This commit is contained in:
copilot-swe-agent[bot]
2026-04-11 22:33:42 +00:00
committed by GitHub
parent cbc7f53cd3
commit 25ea725338

View File

@@ -173,6 +173,9 @@ jobs:
env: env:
GH_TOKEN: ${{ github.token }} GH_TOKEN: ${{ github.token }}
run: | run: |
# Source utility functions
. scripts/utils.ps1
$summary = @" $summary = @"
### 🗃️ Artifacts ### 🗃️ Artifacts