Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish Windows binaries to Release #13

Open
wants to merge 17 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Compressed artifacts
alphp committed Feb 27, 2024
commit d8d4ef2a38b4c101ee16a12b2380bd2a8d286f7f
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -88,8 +88,8 @@ jobs:
echo $extension_artifact_name

$from = $dir + '\php_dio.dll'
$to = $dir + '\' + $artifact_name + ".dll"
Copy-Item $from -Destination $to
$to = $dir + '\' + $artifact_name + ".zip"
Compress-Archive $from $to
$extension_artifact = "ARTIFACT=" + $to
echo $extension_artifact >> $env:GITHUB_ENV
echo $extension_artifact