-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathaction.yml
32 lines (30 loc) · 875 Bytes
/
action.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
name: 'Appcircle Enterprise App Store'
author: 'appcircleio'
description: 'Efficiently publish your apps to Appcircle Enterprise App Store.'
branding:
icon: 'activity'
color: 'orange'
inputs:
personalAPIToken:
description:
'Provide Appcircle Personal API Token to authenticate Appcircle services.'
required: true
appPath:
description:
'Specify the path to your application file. For iOS, this can be a .ipa or
.xcarchive file path. For Android, specify the .apk or .appbundle file
path'
required: true
summary:
description: 'Summary Notes For Publishment'
required: true
releaseNotes:
description: 'Release Notes For Publishment'
required: true
publishType:
description: 'Publish Type' # 0: None, 1: Beta, 2: Live
required: false
default: '0'
runs:
using: 'node20'
main: 'dist/index.js'