Skip to content

Commit

Permalink
add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
james-garriss committed Dec 24, 2024
1 parent 41951fc commit e5885f6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion utils/workflow/Build-SignRelease.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,8 @@ function New-ModuleSignature {
Copy-Item -Path repo -Destination "ScubaGear-$ReleaseVersion" -Force
Compress-Archive -Path "ScubaGear-$ReleaseVersion" -DestinationPath "ScubaGear-$ReleaseVersion.zip"
Write-Warning "DOES THE ZIP EXIST????"
Test-Path -Path "ScubaGear-$ReleaseVersion.zip"
Write-Warning "ScubaGear-$ReleaseVersion.zip"
$Result = Test-Path -Path "ScubaGear-$ReleaseVersion.zip"
Write-Warning "The RESULT is"
Write-Warning $Result
}

0 comments on commit e5885f6

Please sign in to comment.