From aef81a6d83d9bec0d5ab5ee4e2d7e6bdacb7de09 Mon Sep 17 00:00:00 2001 From: Kingkor Roy Tirtho Date: Mon, 16 Oct 2023 10:42:44 +0600 Subject: [PATCH] cd: windows build silently failing --- .github/workflows/spotube-release-binary.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/spotube-release-binary.yml b/.github/workflows/spotube-release-binary.yml index ca10dc92..9475b489 100644 --- a/.github/workflows/spotube-release-binary.yml +++ b/.github/workflows/spotube-release-binary.yml @@ -78,6 +78,7 @@ jobs: make innoinstall flutter_distributor package --platform=windows --targets=exe --skip-clean mv dist/**/spotube-*-windows-setup.exe dist/Spotube-windows-x86_64-setup.exe + if (!(Test-Path dist\Spotube-windows-x86_64-setup.exe)) { exit 1 } - name: Create Chocolatey Package and set hash if: ${{ inputs.channel == 'stable' }}