Skip to content

Commit

Permalink
still need set-output on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSpyder committed Apr 12, 2024
1 parent 872a640 commit 4e3aeff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- if: matrix.os == 'windows-latest'
name: (Windows) Get atdgen path
id: atdgen-path-win
run: echo "path=$(esy where atdgen)" >> "$GITHUB_OUTPUT"
run: echo "::set-output name=path::$(esy where atdgen)"

- if: matrix.os != 'windows-latest'
name: "(Mac, Linux) [Test] Generate bsconfig.json"
Expand Down

0 comments on commit 4e3aeff

Please sign in to comment.