ci: Fix the test workflow to use the first release that actually has a sha256 for Windows attached to it [skip ci]

This commit is contained in:
2024-12-19 16:46:16 -07:00
parent a370d67121
commit 7b02472f67
+1 -1
View File
@@ -23,7 +23,7 @@ jobs:
# mock artifact data
mkdir artifacts
'c27e191f4290501287ca16268d9c2029e1f5cd01f7c2ac2be3cdfee80395f719' | Set-Content -Path artifacts/managarr-windows.sha256
'0.4.0' | Set-Content -Path artifacts/release-version
'0.4.1' | Set-Content -Path artifacts/release-version
# Read the first column from the SHA256 file
$windows_sha = Get-Content ./artifacts/managarr-windows.sha256 | ForEach-Object { $_.Split(' ')[0] }