Skip to content

Commit

Permalink
fix uploading zip file
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Sep 10, 2024
1 parent f8aee97 commit 4e0f849
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions upload_to_gcs
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@ gsutil acl ch -r -u AllUsers:R "$UPLOAD_PATH/demo_app.apk"
# Upload iOS app
cd build/ios/iphonesimulator
cp -r Runner.app demo_app.app
cd demo_app.app

zip -r -q ../demo_app.zip . -x "/**/.*" -x "__MACOSX"
zip -r -q demo_app.zip demo_app.app

cd ..
cd ../../../

gsutil cp build/ios/iphonesimulator/demo_app.zip "$UPLOAD_PATH/demo_app.zip"
Expand Down

0 comments on commit 4e0f849

Please sign in to comment.