Skip to content

Commit

Permalink
Fix README file name in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sophokles73 committed Jul 17, 2024
1 parent 24ed76d commit da72285
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit da72285

Please sign in to comment.