Skip to content

Commit

Permalink
Merge branch 'actions-windows-dll' of github.com:JMoodyFWD/cphalcon i…
Browse files Browse the repository at this point in the history
…nto actions-windows-dll
  • Loading branch information
JMoodyFWD committed Feb 20, 2024
2 parents bf1bf32 + b564144 commit 6f5abcd
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 + ".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 6f5abcd

Please sign in to comment.