From 44f3322e471778b9fc5417f942211171ab99b3b2 Mon Sep 17 00:00:00 2001 From: Naveenraj M Date: Wed, 1 Apr 2020 02:40:27 +0530 Subject: [PATCH 1/2] relative image link --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1f7ab5ed..7f99d693 100644 --- a/README.md +++ b/README.md @@ -59,8 +59,8 @@ The generated RPMs or SRPMS can be uploaded as artifacts by using actions/upload #### Above workflow will create an artifact like : -[artifact_image](!assests/upload_artifacts.png) - +![artifact_image](assests/upload_artifacts.png) + Use with Release: ```yaml @@ -117,8 +117,7 @@ jobs: #### The above release uploads SRPM like : -[artifact_image](!assests/upload_release_asset.png) - +![artifact_image](assests/upload_release_asset.png) Example Repository which uses rpmbuild action https://github.com/naveenrajm7/cello @@ -145,4 +144,4 @@ If your RPMs are distribution specific like el7 or el8. The scripts and documentation in this project are released under the [GNU GPLv3](LICENSE) -*Created during the GitHub Actions Hackathon 2020 :octocat: :computer: .* \ No newline at end of file +*Created during the GitHub Actions Hackathon 2020 :octocat: :computer: .* From b52f0e593effaa08f4726afa0d0e2960131685c7 Mon Sep 17 00:00:00 2001 From: Naveenraj M Date: Wed, 1 Apr 2020 02:41:22 +0530 Subject: [PATCH 2/2] assets typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7f99d693..9ee69af9 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ The generated RPMs or SRPMS can be uploaded as artifacts by using actions/upload #### Above workflow will create an artifact like : -![artifact_image](assests/upload_artifacts.png) +![artifact_image](assets/upload_artifacts.png) Use with Release: @@ -117,7 +117,7 @@ jobs: #### The above release uploads SRPM like : -![artifact_image](assests/upload_release_asset.png) +![artifact_image](assets/upload_release_asset.png) Example Repository which uses rpmbuild action https://github.com/naveenrajm7/cello