Skip to content

Commit 561ced9

Browse files
Update README.md
Update the badges on the readme. Signed-off-by: Gilbert Sanchez <[email protected]>
1 parent 8474860 commit 561ced9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
| GitHub Actions | PS Gallery | License |
44
|----------------|------------|---------|
5-
[![GitHub Actions Status][github-actions-badge]][github-actions-build] | [![PowerShell Gallery][psgallery-badge]][psgallery] | [![License][license-badge]][license]
5+
| [![GitHub Actions Status][github-actions-badge]][github-actions-build] [![GitHub Actions Status][github-actions-badge-publish]][github-actions-build] | [![PowerShell Gallery][psgallery-badge]][psgallery] | [![License][license-badge]][license]
66

77
This project aims to provide common [psake](https://github.com/psake/psake) and [Invoke-Build](https://github.com/nightroman/Invoke-Build) tasks for building, testing, and publishing PowerShell modules.
88

@@ -151,7 +151,8 @@ $PSBPreference.Test.CodeCoverage.Enabled = $false
151151

152152
![Example](./media/ib_example.png)
153153

154-
[github-actions-badge]: https://github.com/psake/PowerShellBuild/workflows/CI/badge.svg
154+
[github-actions-badge]: https://github.com/psake/PowerShellBuild/actions/workflows/test.yml/badge.svg
155+
[github-actions-badge-publish]: https://github.com/psake/PowerShellBuild/actions/workflows/publish.yaml/badge.svg
155156
[github-actions-build]: https://github.com/psake/PowerShellBuild/actions
156157
[psgallery-badge]: https://img.shields.io/powershellgallery/dt/powershellbuild.svg
157158
[psgallery]: https://www.powershellgallery.com/packages/PowerShellBuild

0 commit comments

Comments
 (0)