relative image link

This commit is contained in:
Naveenraj M
2020-04-01 02:40:27 +05:30
committed by GitHub
parent b393c528e2
commit 44f3322e47

View File

@ -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 : #### Above workflow will create an artifact like :
[artifact_image](!assests/upload_artifacts.png) ![artifact_image](assests/upload_artifacts.png)
<img src="assests/upload_artifacts.png" alt>
Use with Release: Use with Release:
```yaml ```yaml
@ -117,8 +117,7 @@ jobs:
#### The above release uploads SRPM like : #### The above release uploads SRPM like :
[artifact_image](!assests/upload_release_asset.png) ![artifact_image](assests/upload_release_asset.png)
<img src="assests/upload_release_asset.png" alt>
Example Repository which uses rpmbuild action https://github.com/naveenrajm7/cello 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) The scripts and documentation in this project are released under the [GNU GPLv3](LICENSE)
*Created during the GitHub Actions Hackathon 2020 :octocat: :computer: .* *Created during the GitHub Actions Hackathon 2020 :octocat: :computer: .*