Skip to content

Commit

Permalink
Merge pull request #58 from plaidev/flutter-e2e
Browse files Browse the repository at this point in the history
fix
RyosukeCla authored Oct 11, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents bd34741 + b006655 commit 621af63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e-flutter.yml
Original file line number Diff line number Diff line change
@@ -28,6 +28,7 @@ jobs:
run: |
cd build/ios/iphoneos && zip -r Runner.app.zip ./Runner.app
- name: Uploade to magicpod
working-directory: flutter/nativebrik_bridge/e2e
run: |
curl -L -X POST -F "file=@build/ios/iphoneos/Runner.app.zip" -H "Authorization: Token ${{ secrets.MAGICPOD_API_TOKEN }}" "https://app.magicpod.com/api/v1.0/Nativebrik.inc/Nativebrik-Flutter/upload-file/"

0 comments on commit 621af63

Please sign in to comment.