Skip to content

Commit

Permalink
update: modified ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
sherlockwisdom committed Jan 5, 2025
1 parent ab83db2 commit d19bb9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/ci_cd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 .. \

0 comments on commit d19bb9e

Please sign in to comment.