mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
cd: windows build silently failing
This commit is contained in:
parent
f3e331ecf7
commit
aef81a6d83
1
.github/workflows/spotube-release-binary.yml
vendored
1
.github/workflows/spotube-release-binary.yml
vendored
@ -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' }}
|
||||
|
Loading…
Reference in New Issue
Block a user