Skip to content

Commit

Permalink
Retain php_phalcon.dll filename when creating artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
JMoodyFWD committed Feb 20, 2024
1 parent c155920 commit 75d146d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
echo $phalconArtifactName >> $env:GITHUB_ENV
$from = $dir + '\php_phalcon.dll'
$to = $dir + '\' + $artifactName + ".dll"
$to = $dir + '\' + $artifactName + "\php_phalcon.dll"
Copy-Item $from -Destination $to
$phalconArtifact = "ARTIFACT=" + $to
echo $phalconArtifact >> $env:GITHUB_ENV
Expand Down

0 comments on commit 75d146d

Please sign in to comment.