fixed stupidity in flutter-build CI

This commit is contained in:
Kingkor Roy Tirtho 2022-05-03 20:23:08 +06:00 committed by GitHub
parent af63ae6ba8
commit e1b946fc38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,7 +60,6 @@ jobs:
- run: choco install innosetup -y
- run: dart pub global activate melos
- run: cd build/flutter_distributor && melos bootstrap && cd ../..
- run: ls build/windows/runner/Release
- run: dart build/flutter_distributor/packages/flutter_distributor/bin/main.dart package --platform=windows --targets=exe --skip-clean
- uses: actions/upload-artifact@v3
with: