ci: figure out why version download is failing

This commit is contained in:
Andrew Welker
2025-02-13 09:42:38 -06:00
committed by GitHub
parent f8fd0c5606
commit f3f34ea7fd

View File

@@ -120,6 +120,7 @@ jobs:
- name: Set Version Number
shell: powershell
run: |
Get-ChildItem "."
Get-ChildItem "./Version"
$version = Get-Content -Path ./Version/version.txt
Write-Host "Version: $version"