Skip to content

Commit da72285

Browse files
committed
Fix README file name in release workflow
1 parent 24ed76d commit da72285

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
uses: actions/upload-artifact@v4
5353
with:
5454
name: readme
55-
path: README.md
55+
path: README.adoc
5656

5757
- name: Collect quality artifacts
5858
uses: anotherdaniel/[email protected]
@@ -133,7 +133,7 @@ jobs:
133133
id: upload_readme
134134
with:
135135
repo_token: ${{ secrets.GITHUB_TOKEN }}
136-
file: README.md
136+
file: README.adoc
137137
tag: ${{ github.ref }}
138138

139139
- name: Gets latest created release info

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ exclude = [
3030
keywords = ["uProtocol", "SDK", "communication"]
3131
license = "Apache-2.0"
3232
name = "up-rust"
33-
readme = "README.md"
33+
readme = "README.adoc"
3434
repository = "https://github.com/eclipse-uprotocol/up-rust"
3535
rust-version = "1.74.1"
3636
version = "0.1.0"

0 commit comments

Comments
 (0)