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:
@@ -23,7 +23,7 @@ jobs:
|
|||||||
# mock artifact data
|
# mock artifact data
|
||||||
mkdir artifacts
|
mkdir artifacts
|
||||||
'c27e191f4290501287ca16268d9c2029e1f5cd01f7c2ac2be3cdfee80395f719' | Set-Content -Path artifacts/managarr-windows.sha256
|
'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
|
# Read the first column from the SHA256 file
|
||||||
$windows_sha = Get-Content ./artifacts/managarr-windows.sha256 | ForEach-Object { $_.Split(' ')[0] }
|
$windows_sha = Get-Content ./artifacts/managarr-windows.sha256 | ForEach-Object { $_.Split(' ')[0] }
|
||||||
|
|||||||
Reference in New Issue
Block a user