Skip to content

Commit 44f3322

Browse files
authored
relative image link
1 parent b393c52 commit 44f3322

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ The generated RPMs or SRPMS can be uploaded as artifacts by using actions/upload
5959

6060
#### Above workflow will create an artifact like :
6161

62-
[artifact_image](!assests/upload_artifacts.png)
63-
<img src="assests/upload_artifacts.png" alt>
62+
![artifact_image](assests/upload_artifacts.png)
63+
6464

6565
Use with Release:
6666
```yaml
@@ -117,8 +117,7 @@ jobs:
117117
118118
#### The above release uploads SRPM like :
119119
120-
[artifact_image](!assests/upload_release_asset.png)
121-
<img src="assests/upload_release_asset.png" alt>
120+
![artifact_image](assests/upload_release_asset.png)
122121
123122
Example Repository which uses rpmbuild action https://github.com/naveenrajm7/cello
124123
@@ -145,4 +144,4 @@ If your RPMs are distribution specific like el7 or el8.
145144
146145
The scripts and documentation in this project are released under the [GNU GPLv3](LICENSE)
147146
148-
*Created during the GitHub Actions Hackathon 2020 :octocat: :computer: .*
147+
*Created during the GitHub Actions Hackathon 2020 :octocat: :computer: .*

0 commit comments

Comments
 (0)