diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6cac7eb..6219174 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 818d121..a889a4e 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"