Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to be able to upload .app builds? #115

Closed
Destrocamil opened this issue Mar 24, 2023 · 1 comment
Closed

Option to be able to upload .app builds? #115

Destrocamil opened this issue Mar 24, 2023 · 1 comment

Comments

@Destrocamil
Copy link

Hey!
I am using gym to build mac applications.
I came across your plugins and tried to see If I could use it to push the .app generated build to S3, but seems only IPA or APK is supported.
I tried it anyway but got an error
[20:19:57]: --- Step: aws_s3 ---
[20:19:57]: --------------------
+--------------------+----------------------------------------+
| Lane Context |
+--------------------+----------------------------------------+
| DEFAULT_PLATFORM | mac |
| PLATFORM_NAME | mac |
| LANE_NAME | mac build_release |
| XCODEBUILD_ARCHIVE | Output/Archive/ControlCenter.xcarchive |
+--------------------+----------------------------------------+
[20:19:57]: Is a directory @ io_fread - Output/ControlCenter/Elgato Control Center.app

+------+-----------------------------+-------------+
| fastlane summary |
+------+-----------------------------+-------------+
| Step | Action | Time (in s) |
+------+-----------------------------+-------------+
| 1 | default_platform | 0 |
| 2 | update_code_signing_settin | 0 |
| | gs | |
| 3 | build_mac_app | 88 |
| 💥 | aws_s3 | 0 |
+------+-----------------------------+-------------+

[20:19:57]: fastlane finished with errors

Is this something that can be easily integrated?
Thansk!

@Destrocamil
Copy link
Author

Saw that an undocumented folder is here.
For others:
you can use the folder: 'folder name' in order to upload a folder

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant