diff --git a/ci/actions/windows/deploy.ps1 b/ci/actions/windows/deploy.ps1 index d3bdfd4dd..dae7471d6 100644 --- a/ci/actions/windows/deploy.ps1 +++ b/ci/actions/windows/deploy.ps1 @@ -10,7 +10,7 @@ else { $network_cfg = "live" } -if ( ${env:GITHUB_REPOSITORY} == "nanocurrency/nano-node" ) { +if ( ${env:GITHUB_REPOSITORY} -eq "nanocurrency/nano-node" ) { $directory=$network_cfg } else {