Skip to content

Commit 9dc1ae2

Browse files
authored
1 parent 74189b0 commit 9dc1ae2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: |
3838
$path = './.github/workflows/os-matrix.json'
3939
$os = if (test-path $path) { cat $path } else { '["ubuntu-latest"]' }
40-
echo "::set-output name=matrix::$os"
40+
echo "matrix=$os" >> $env:GITHUB_OUTPUT
4141
4242
build:
4343
needs: os-matrix

0 commit comments

Comments
 (0)