From d2d29a1ec498cc4edda5b1975f2ab2b2cb973428 Mon Sep 17 00:00:00 2001 From: kitUIN Date: Mon, 5 Aug 2024 03:41:13 +0800 Subject: [PATCH] :green_heart: update CI --- matrix.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/matrix.ps1 b/matrix.ps1 index abd0f54..1adc280 100644 --- a/matrix.ps1 +++ b/matrix.ps1 @@ -13,6 +13,6 @@ $folderObjects = $filteredFolders | ForEach-Object { } } -$json = $folderObjects | ConvertTo-Json +$json = $folderObjects | ConvertTo-Json -Compress -Write-Output "::set-output name=matrix::$json" \ No newline at end of file +Write-Output "matrix=$json" >> $GITHUB_OUTPUT \ No newline at end of file