Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
Fastfile
  • Loading branch information
OroshiX committed Sep 29, 2024
1 parent 2ff3c2b commit b7f06e2
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
echo "version_name: $version_name"
flutter build appbundle --release --build-name $version_name --build-number $version_code
- name: Upload app bundle
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: app-release-aab
path: |
Expand All @@ -126,9 +126,7 @@ jobs:
ruby-version: 3.3
bundler-cache: true # runs `bundle install` and caches installed gems automatically
- name: Deploy to Google Play - alpha track
run: |
cd android
bundle exec fastlane deploy
run: cd android && bundle exec fastlane deploy

build-ios:
runs-on: macos-latest
Expand Down Expand Up @@ -184,7 +182,7 @@ jobs:
echo "version_name: $version_name"
flutter build ios --release --no-codesign --build-name $version_name --build-number $version_code
- name: Upload ios app
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: app-release-ipa
path: build/ios/iphoneos/Runner.app

0 comments on commit b7f06e2

Please sign in to comment.