From 7b02472f671a5c3135076ff33506f35a9f1d4aba Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Thu, 19 Dec 2024 16:46:16 -0700 Subject: [PATCH] ci: Fix the test workflow to use the first release that actually has a sha256 for Windows attached to it [skip ci] --- .github/workflows/test-chocolatey-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-chocolatey-deploy.yml b/.github/workflows/test-chocolatey-deploy.yml index 05b34a9..a481e2a 100644 --- a/.github/workflows/test-chocolatey-deploy.yml +++ b/.github/workflows/test-chocolatey-deploy.yml @@ -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] }