Skip to content

Commit

Permalink
Fixing artifact folder typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JMoodyFWD committed Feb 20, 2024
1 parent 7eaffa8 commit 5c22ced
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 @@ -66,7 +66,7 @@ jobs:
run: |
chcp 65001
$dir = (Get-Location).Path + '\phalcon\build\'
$dir = (Get-Location).Path + '\build\phalcon\'
if ('x64' -eq '${{matrix.arch}}') { $dir = $dir + 'x64\' }
$dir = $dir + 'Release'
if ('ts' -eq '${{matrix.ts}}') { $dir = $dir + '_TS' }
Expand Down

0 comments on commit 5c22ced

Please sign in to comment.