mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2024-11-17 06:03:20 +00:00
add standalone signing
This commit is contained in:
parent
014d584721
commit
38a8880b1c
|
@ -70,6 +70,7 @@ steps:
|
||||||
from_secret: SSH_PRIVATE_KEY
|
from_secret: SSH_PRIVATE_KEY
|
||||||
|
|
||||||
- name: Sign Release Artifact for F-Droid Repository
|
- name: Sign Release Artifact for F-Droid Repository
|
||||||
|
commands:
|
||||||
# Get app build ID
|
# Get app build ID
|
||||||
- export APP_BUILD_ID=`yq '.version' pubspec.yaml | cut -d "+" -f2`
|
- export APP_BUILD_ID=`yq '.version' pubspec.yaml | cut -d "+" -f2`
|
||||||
# Prepare SSH keys
|
# Prepare SSH keys
|
||||||
|
|
Loading…
Reference in a new issue