Skip to content

Commit

Permalink
Merge pull request #57 from plaidev/flutter-e2e
Browse files Browse the repository at this point in the history
update
  • Loading branch information
RyosukeCla authored Oct 11, 2024
2 parents 82b697d + a76a850 commit bd34741
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e-flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
working-directory: flutter/nativebrik_bridge/e2e
run: flutter build ios --no-codesign
- name: Zip app
working-directory: flutter/nativebrik_bridge/e2e
run: |
cd build/ios/iphoneos && zip -r Runner.app.zip ./Runner.app
- name: Uploade to magicpod
Expand Down Expand Up @@ -53,4 +54,4 @@ jobs:
- name: upload e2e app
working-directory: flutter/nativebrik_bridge/e2e
run: |
curl -L -X POST -F "file=@build/app/outputs/flutter-apk/app-debug.apk" -H "Authorization: Token ${{ secrets.MAGICPOD_API_TOKEN }}" "https://app.magicpod.com/api/v1.0/Nativebrik.inc/Nativebrik-Flutter/upload-file/"
curl -L -X POST -F "file=@build/app/outputs/flutter-apk/app-release.apk" -H "Authorization: Token ${{ secrets.MAGICPOD_API_TOKEN }}" "https://app.magicpod.com/api/v1.0/Nativebrik.inc/Nativebrik-Flutter/upload-file/"

0 comments on commit bd34741

Please sign in to comment.