Closed elish266 closed 3 weeks ago
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
Don't forget to follow semantic versioning! Breaking changes (including step inputs) should be in major versions only.
step.yml
changes compared to previous version:
--- steps/appdome-build-2secure-ios/3.1.1/step.yml 2024-10-15 15:07:30
+++ steps/appdome-build-2secure-ios/3.2.0/step.yml 2024-10-15 15:07:31
@@ -7,8 +7,8 @@
source_code_url: https://github.com/Appdome/bitrise-step-appdome-build-2secure-ios
support_url: https://github.com/Appdome/bitrise-step-appdome-build-2secure-ios/issues
-published_at: 2024-08-27T10:43:20.247755+03:00
+published_at: 2024-10-15T18:05:12.882312+03:00
source:
git: https://github.com/Appdome/bitrise-step-appdome-build-2secure-ios.git
- commit: 0571e76f16bcc45701d54464d5e2e4fb4b9df418
+ commit: 1dbd0e62a3b6d637865cdbd10eb3653d8609e731
project_type_tags:
- ios
@@ -103,4 +103,9 @@
- Tosca
- Saucelabs
+- opts:
+ is_required: false
+ summary: File name of the workflow logs.
+ title: Workflow output logs file name
+ workflow_output_logs: null
outputs:
- APPDOME_SECURED_IPA_PATH: null
@@ -120,2 +125,6 @@
summary: Local path of the Certified Secure Certificate .pdf file
title: Certified Secure Certificate .pdf file path
+- APPDOME_WORKFLOW_LOGS: null
+ opts:
+ summary: Local path of the Appdome workflow logs file
+ title: Appdome workflow logs file
What to do if the build fails?
At the moment contributors do not have access to the CI workflow triggered by StepLib PRs. In case of a failed build, we ask for your patience. Maintainers of Bitrise Steplib will sort it out for you or inform you if any further action is needed.
New Pull Request Checklist
Please mark the points which you did / accept.
bitrise run test
(in the step's repository)bitrise run audit-this-step
(in the step's repository - note, if you don't have this workflow in yourbitrise.yml
, you can copy it from the step template.)