From d19bb9ebcec4305b4d7748653fc688db933c4f3b Mon Sep 17 00:00:00 2001 From: sherlock Date: Sun, 5 Jan 2025 10:04:51 +0000 Subject: [PATCH] update: modified ci/cd --- ci/ci_cd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/ci_cd.sh b/ci/ci_cd.sh index 21e5e7c2..79639ca5 100755 --- a/ci/ci_cd.sh +++ b/ci/ci_cd.sh @@ -6,6 +6,6 @@ cd Deku-SMS-Android && \ git checkout staging && \ git submodule update --init --recursive && \ cp /root/release.properties . && \ - cp /root/app/keys/app-release-key.jks app/keys/ && \ + cp /root/app-release-key.jks app/keys/ && \ make clean && \ make release-cd jks_pass="$1" && cd .. \