We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b63e416 commit 01dab2fCopy full SHA for 01dab2f
1 file changed
action.yml
@@ -35,7 +35,7 @@ runs:
35
36
$projectPath = (Get-Item $versionFile).Directory.Parent.FullName
37
Write-Host "Unity project path: `"$projectPath`""
38
- "project-path=$projectPath" >> $GITHUB_OUTPUT
+ "project-path=$projectPath" >> $env:GITHUB_ENV
39
40
$version = Get-Content $versionFile
41
$pattern = '(?<version>(?:(?<major>\d+)\.)?(?:(?<minor>\d+)\.)?(?:(?<patch>\d+[fab]\d+)\b))|((?:\((?<revision>\w+))\))'
@@ -220,7 +220,7 @@ runs:
220
221
Write-Host ""
222
Write-Host "UnityEditor path set to: $editorPath"
223
- "editor-path=$editorPath" >> $GITHUB_OUTPUT
+ "editor-path=$editorPath" >> $env:GITHUB_ENV
224
Write-Host "::endgroup::"
225
exit 0
226
shell: pwsh
0 commit comments