diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 631ec0d..d28d2f8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -108,10 +108,10 @@ jobs: - name: Install dependencies run: flutter pub get - - name: Build Windows App + - name: Build Android App run: flutter build apk - - name: Upload Windows Build Artifacts + - name: Upload Android Build Artifacts uses: actions/upload-artifact@v4 with: name: release-apk diff --git a/pubspec.yaml b/pubspec.yaml index 733c1b7..13bef28 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -36,7 +36,7 @@ dependencies: media_kit_video: ^1.2.4 media_kit_libs_video: ^1.0.4 - process_run: ^1.2.0+3 + process_run: ^1.1.0 dev_dependencies: flutter_test: