From da722852004f657fa8d0282369fcfccb0ccda112 Mon Sep 17 00:00:00 2001 From: Kai Hudalla Date: Wed, 17 Jul 2024 15:47:52 +0200 Subject: [PATCH] Fix README file name in release workflow --- .github/workflows/release.yaml | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6cac7ebe..62191741 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -52,7 +52,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: readme - path: README.md + path: README.adoc - name: Collect quality artifacts uses: anotherdaniel/quevee@v0.2.0 @@ -133,7 +133,7 @@ jobs: id: upload_readme with: repo_token: ${{ secrets.GITHUB_TOKEN }} - file: README.md + file: README.adoc tag: ${{ github.ref }} - name: Gets latest created release info diff --git a/Cargo.toml b/Cargo.toml index 818d1210..a889a4e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ exclude = [ keywords = ["uProtocol", "SDK", "communication"] license = "Apache-2.0" name = "up-rust" -readme = "README.md" +readme = "README.adoc" repository = "https://github.com/eclipse-uprotocol/up-rust" rust-version = "1.74.1" version = "0.1.0"