From 1c555672f8ccca590993382b8c3759dec0ab3107 Mon Sep 17 00:00:00 2001 From: Kingkor Roy Tirtho Date: Mon, 10 Apr 2023 17:17:01 +0600 Subject: [PATCH] cd: fix windows mv --- .github/workflows/spotube-release-binary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/spotube-release-binary.yml b/.github/workflows/spotube-release-binary.yml index 8b165511..8d649248 100644 --- a/.github/workflows/spotube-release-binary.yml +++ b/.github/workflows/spotube-release-binary.yml @@ -68,7 +68,7 @@ jobs: dart pub global activate flutter_distributor make innoinstall flutter_distributor package --platform=windows --targets=exe --skip-clean - mv dist/**/spotube-*-windows.exe dist/Spotube-windows-x86_64-setup.exe + mv dist/**/spotube-*-windows-setup.exe dist/Spotube-windows-x86_64-setup.exe - name: Create Chocolatey Package and set hash if: ${{ inputs.channel == 'stable' }}