From e4bb9b93ae3ed01ccd489d5ebadf5a00fa7ff6b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B0=D0=BD=D0=B8=D0=BB=D0=B0=20=D0=91=D0=B5=D0=BB?= =?UTF-8?q?=D1=8F=D0=BA=D0=BE=D0=B2?= Date: Mon, 29 Jul 2024 21:23:43 +0300 Subject: [PATCH] update name --- .github/workflows/publish-maven-alice-ktx.yml | 4 ++-- README.md | 12 ++++++------ alice-ktx/build.gradle.kts | 6 +++--- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/publish-maven-alice-ktx.yml b/.github/workflows/publish-maven-alice-ktx.yml index a48d89c..f302f2f 100644 --- a/.github/workflows/publish-maven-alice-ktx.yml +++ b/.github/workflows/publish-maven-alice-ktx.yml @@ -23,11 +23,11 @@ jobs: run: sudo apt-get install -y gnupg - name: Create GPG directory - run: mkdir -p gpg/ + run: mkdir -p ~/.gnupg - name: Import GPG key run: | - echo "${{ secrets.GPG_SECRET_KEY }}" | gpg --dearmor > gpg/secring.gpg + echo "${{ secrets.GPG_SECRET_KEY }}" | gpg --dearmor > ~/.gnupg/secring.gpg env: GPG_SECRET_KEY: ${{ secrets.GPG_SECRET_KEY }} diff --git a/README.md b/README.md index a33e680..2c55f9c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- + alice-skill

@@ -10,8 +10,8 @@
[![Maven Central](https://badgen.net/badge/Maven%20Central/v0.0.2/blue?icon=github)](https://central.sonatype.com/artifact/io.github.danbeldev/alice-ktx) -[![License](https://img.shields.io/github/license/danbeldev/kotlin-alice-skill)](https://github.com/danbeldev/kotlin-alice-skill/blob/master/LICENSE) -![Last commit](https://img.shields.io/github/last-commit/danbeldev/kotlin-alice-skill) +[![License](https://img.shields.io/github/license/danbeldev/alice-ktx)](https://github.com/danbeldev/alice-ktx/blob/master/LICENSE) +![Last commit](https://img.shields.io/github/last-commit/danbeldev/alice-ktx)

@@ -59,8 +59,8 @@ fun main() { ``` ## Документация -- [Примеры](https://github.com/danbeldev/kotlin-alice-skill/tree/master/examples/src/main/kotlin/com/github/examples) -- [Документация](https://danbeldev.github.io/kotlin-alice-skill/) +- [Примеры](https://github.com/danbeldev/alice-ktx/tree/master/examples/src/main/kotlin/com/github/examples) +- [Документация](https://danbeldev.github.io/alice-ktx/) ## Связь @@ -70,4 +70,4 @@ fun main() { ## Лицензия Copyright © 2024 [DanBel](https://github.com/danbeldev) \ -Этот проект использует [MIT](https://github.com/danbeldev/kotlin-alice-skill/blob/master/LICENSE) лицензию \ No newline at end of file +Этот проект использует [MIT](https://github.com/danbeldev/alice-ktx/blob/master/LICENSE) лицензию \ No newline at end of file diff --git a/alice-ktx/build.gradle.kts b/alice-ktx/build.gradle.kts index bb354aa..6fcaaef 100644 --- a/alice-ktx/build.gradle.kts +++ b/alice-ktx/build.gradle.kts @@ -33,10 +33,10 @@ mavenPublishing { ) pom { - name.set("kotlin-alice-skill") + name.set("alice-ktx") description.set("Асинхронный фреймворк для разработки навыков Алисы из Яндекс.Диалогов") inceptionYear.set("2024") - url.set("https://github.com/danbeldev/kotlin-alice-skill") + url.set("https://github.com/danbeldev/alice-ktx") licenses { license { @@ -54,7 +54,7 @@ mavenPublishing { } scm { - url.set("https://github.com/danbeldev/kotlin-alice-skill") + url.set("https://github.com/danbeldev/alice-ktx") } }