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 6edea8d commit ce4d00eCopy full SHA for ce4d00e
extension/BuildPhpExtension/private/Add-Package.ps1
@@ -104,7 +104,9 @@ function Add-Package {
104
}
105
106
107
- Add-Content "artifact=$artifact.zip" -Path $env:GITHUB_OUTPUT -Encoding utf8
+ if($null -ne $env:GITHUB_OUTPUT) {
108
+ Add-Content "artifact=$artifact.zip" -Path $env:GITHUB_OUTPUT -Encoding utf8
109
+ }
110
111
7z a -sdel "$artifact.zip" *
112
0 commit comments