Skip to content

Commit

Permalink
Merge pull request #13 from EmergeTools/feature/add_app_id_suffix_to_…
Browse files Browse the repository at this point in the history
…action_yml

Added `app_id_suffix` to `action.yml`
  • Loading branch information
Itaybre authored Nov 29, 2024
2 parents c493759 + b53600f commit fb67652
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ inputs:
build_type:
description: "The name for the build type (e.g. 'release', 'debug', 'beta')"
required: false
app_id_suffix:
description: "The suffix for the app id (e.g. 'snapshots', 'debug', 'enterprise'), used to differentiate between different builds when uploading with the same SHA."
required: false
runs:
using: "node20"
main: "dist/index.js"

0 comments on commit fb67652

Please sign in to comment.