Skip to content

Commit

Permalink
Temporarily add debug output to troubleshoot hashfile discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
Vogel612 committed Oct 2, 2019
1 parent da78173 commit 7df866c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions appveyor.yml
Expand Up @@ -107,6 +107,9 @@ after_test:
$installer = "$env:INSTALLER_DIR\$env:INSTALLER_NAME"
$sha = Get-FileHash -Path $installer -Algorithm SHA256
Set-Content -Path "$installer_sha256.hash" -Value $sha.Hash
Write-Output "Installer Path: $installer"
Write-Output "Sha 256 Hash: $sha.Hash"
Write-Output "Hashfile Path: $installer_sha256.hash"
# grab the installers we produce and upload them to github :)
artifacts:
Expand Down

0 comments on commit 7df866c

Please sign in to comment.