Skip to content

Commit

Permalink
feat: include new output NITRO_APP_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
jpgarcia committed Jan 5, 2023
1 parent 6b48669 commit 8fa22fc
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions step.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,13 +277,18 @@ outputs:
title: "Build log location"
summary: "The full path to access the build log"
description: "The full path to access the build log"
- NITRO_DEPLOY_PATH:
opts:
title: "Build artifacts location"
summary: "The full path to access the build artifacts"
description: "The full path to access the build artifacts"
- NITRO_SUMMARY_PATH:
opts:
title: "Summary location"
summary: "The full path to access the build summary report"
description: "The full path to access the build summary report"
- NITRO_APP_PATH:
opts:
title: "Build application package location"
summary: "The full path to access the iOS package (.app or .ipa)"
description: "The full path to access the iOS package (.app or .ipa)"
- NITRO_DEPLOY_PATH: # deprecated
opts:
title: "Build application package location"
summary: "The full path to access the iOS package (.app or .ipa)"
description: "The full path to access the iOS package (.app or .ipa)"

0 comments on commit 8fa22fc

Please sign in to comment.