Skip to content

Commit

Permalink
Reformatting artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
JMoodyFWD committed Feb 20, 2024
1 parent a950bd6 commit 32cafed
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/compile-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,13 @@ jobs:
$phalconDllOpt = 'TEST_PHP_ARGS=-n -d zend_extension=' + $dir + '\php_phalcon.dll'
echo $phalconDllOpt >> $env:GITHUB_ENV
$artifactName = 'php_phalcon-${{matrix.php}}'
$artifactName = 'phalcon-php${{matrix.php}}'
if ('nts' -eq '${{matrix.ts}}') { $artifactName = $artifactName + '-nts' }
if ('8.0' -eq '${{matrix.php}}') { $artifactName = $artifactName + '-vs16' }
if ('8.1' -eq '${{matrix.php}}') { $artifactName = $artifactName + '-vs16' }
if ('8.2' -eq '${{matrix.php}}') { $artifactName = $artifactName + '-vs16' }
if ('8.3' -eq '${{matrix.php}}') { $artifactName = $artifactName + '-vs16' }
if ('nts' -eq '${{matrix.ts}}') { $artifactName = $artifactName + '-nts' }
if ('x64' -eq '${{matrix.arch}}') { $artifactName = $artifactName + '-x86_64' }
$phalconArtifactName = "ARTIFACT_NAME=" + $artifactName
Expand Down

0 comments on commit 32cafed

Please sign in to comment.