Skip to content

Commit 22700b8

Browse files
committed
maybe fix signing?
1 parent 0f563a6 commit 22700b8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
workflow_dispatch:
88
inputs:
99
release:
10-
description: 'Create a release'
10+
description: 'Create a nightly release'
1111
required: true
1212
type: boolean
1313
default: false
@@ -52,6 +52,8 @@ jobs:
5252
run: mv "./Debug APK/debug/"*.apk "./$APK_NAME"
5353
- name: Decode keystore file
5454
run: echo "${{ secrets.DEBUG_KEYSTORE_FILE }}" | base64 --decode > debug.keystore
55+
- name: Install apksigner
56+
run: sudo apt-get update && sudo apt-get install -y apksigner
5557
- name: Sign APK
5658
run: |
5759
apksigner sign --ks debug.keystore --ks-key-alias androiddebugkey --ks-pass pass:android --key-pass pass:android "./$APK_NAME"

0 commit comments

Comments
 (0)