File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ phases:
3636 # TODO(grant): change bucket name to env var
3737 - aws s3 cp --recursive s3://fig-io-desktop-build-output-$AWS_ACCOUNT-$AWS_REGION/staging .
3838 - aws s3 rm --recursive s3://fig-io-desktop-build-output-$AWS_ACCOUNT-$AWS_REGION/staging
39+ - ls -la
3940
4041artifacts :
4142 files :
Original file line number Diff line number Diff line change 11type : :app # no need to change this for .pkg, .dmg and executables
22os : :osx
3- name : Amazon Q .app
3+ name : Kiro-Cli .app
44outputs :
55 - label : macos
6- path : Amazon Q .app
6+ path : Kiro-Cli .app
77app :
88 :identifier : com.amazon.codewhisperer # this has to be same as Bundle identifier value in info.plist
99 signing_requirements :
1212 signing_args :
1313 entitlements_path : SIGNING_METADATA/entitlements.plist
1414 embedded_requirements :
15- Contents/MacOS/q :
16- :identifier : com.amazon.q
15+ Contents/MacOS/kiro-cli :
16+ :identifier : com.amazon.kiro-cli
1717 signing_args :
18- Contents/MacOS/qterm :
19- :identifier : com.amazon.qterm
18+ Contents/MacOS/kiro-cli-term :
19+ :identifier : com.amazon.kiro-cli-term
2020 signing_args :
You can’t perform that action at this time.
0 commit comments