Skip to content

Commit

Permalink
upload_to_gcs: fix cp without -r
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Sep 5, 2024
1 parent 737d334 commit 7e5a854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload_to_gcs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ gsutil acl ch -r -u AllUsers:R "$UPLOAD_PATH/demo_app.apk"

# Upload iOS app
cd build/ios/iphonesimulator
cp Runner.app demo_app.app
cp -r Runner.app demo_app.app
cd demo_app.app

zip -r -q ../demo_app.zip . -x "/**/.*" -x "__MACOSX"
Expand Down

0 comments on commit 7e5a854

Please sign in to comment.