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] }