Skip to content

Commit 3ee2b6e

Browse files
authored
Merge pull request #11 from mvorisek/patch-1
Make artifact format more obvious
2 parents e10bca5 + 9562032 commit 3ee2b6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extension/BuildPhpExtension/private/Add-Package.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ function Add-Package {
104104
}
105105
}
106106
}
107-
Add-Content "artifact=$artifact" -Path $env:GITHUB_OUTPUT -Encoding utf8
107+
Add-Content "artifact=$artifact.zip" -Path $env:GITHUB_OUTPUT -Encoding utf8
108108

109109
7z a -sdel "$artifact.zip" *
110110

@@ -122,4 +122,4 @@ function Add-Package {
122122
}
123123
end {
124124
}
125-
}
125+
}

0 commit comments

Comments
 (0)