Skip to content

Commit

Permalink
Switch to newer syntax for output variables
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu authored Oct 18, 2022
1 parent 74189b0 commit 9dc1ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
$path = './.github/workflows/os-matrix.json'
$os = if (test-path $path) { cat $path } else { '["ubuntu-latest"]' }
echo "::set-output name=matrix::$os"
echo "matrix=$os" >> $env:GITHUB_OUTPUT
build:
needs: os-matrix
Expand Down

0 comments on commit 9dc1ae2

Please sign in to comment.