Skip to content

Commit fb67652

Browse files
authored
Merge pull request #13 from EmergeTools/feature/add_app_id_suffix_to_action_yml
Added `app_id_suffix` to `action.yml`
2 parents c493759 + b53600f commit fb67652

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ inputs:
1717
build_type:
1818
description: "The name for the build type (e.g. 'release', 'debug', 'beta')"
1919
required: false
20+
app_id_suffix:
21+
description: "The suffix for the app id (e.g. 'snapshots', 'debug', 'enterprise'), used to differentiate between different builds when uploading with the same SHA."
22+
required: false
2023
runs:
2124
using: "node20"
2225
main: "dist/index.js"

0 commit comments

Comments
 (0)