Skip to content

Commit

Permalink
Fixing Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JMoodyFWD committed Feb 20, 2024
1 parent 6f5abcd commit f0ced77
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 @@ -85,7 +85,7 @@ jobs:
echo $phalconArtifactName >> $env:GITHUB_ENV
$from = $dir + '\php_phalcon.dll'
$to = $dir + '\' + $artifactName + '\' + "php_phalcon.dll"
$to = $dir + '\' + $artifactName + ".dll"
Copy-Item $from -Destination $to
$phalconArtifact = "ARTIFACT=" + $to
echo $phalconArtifact >> $env:GITHUB_ENV
Expand Down

0 comments on commit f0ced77

Please sign in to comment.