-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathaction.yml
More file actions
41 lines (41 loc) · 1.3 KB
/
Copy pathaction.yml
File metadata and controls
41 lines (41 loc) · 1.3 KB
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
33
34
35
36
37
38
39
40
41
name: Sign Android release 2
description: Sign your Android app using GitHub actions, without modifying any existing code. Supports APK/AAB.
author: Il Harper
runs:
using: node20
main: packages/sign-android-release/kotlin/sign-android-release.js
branding:
icon: award
color: green
inputs:
releaseDir:
description: The directory to find your release to sign
required: false
default: "" # Detect ANDROID_RELEASE_DIR
signingKey:
description: The key used to sign your release in base64 encoded format
required: false
default: "" # Detect ANDROID_SIGNING_KEY
keyAlias:
description: The key alias
required: false
default: "" # Detect ANDROID_KEY_ALIAS
keyStorePassword:
description: The password to the keystore
required: false
default: "" # Detect ANDROID_KEYSTORE_PASSWORD
keyPassword:
description: The password for the key
required: false
default: "" # Detect ANDROID_KEY_PASSWORD
buildToolsVersion:
description: The version of Android build tools to use
required: false
default: "" # Detect ANDROID_BUILD_TOOLS_VERSION
outputs:
signedFile:
description: The signed release APK or AAB file, if single
signedFiles:
description: The signed release APK or AAB files
signedFilesCount:
description: The count of signed release files