Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
pit-ray committed Feb 11, 2024
1 parent f7bccb4 commit c6391f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Install Coverity scan tools
if: ${{ hashFiles('cov_tools/') == '' }}
run: |
wget.exe https://scan.coverity.com/download/cxx/win64 --post-data "token=${{env.TOKEN}}&project=pit-ray%%2Fwin-vind" -O cov_tools.zip
wget.exe https://scan.coverity.com/download/cxx/win64 --post-data "token=${{env.TOKEN}}&project=pit-ray%%2Ffluent-tray" -O cov_tools.zip
unzip cov_tools.zip
mv cov-analysis-win64-*.* cov_tools
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</a>

<a href="https://github.com/pit-ray/fluent-tray/actions/workflows/msvc.yml">
<img src="https://img.shields.io/github/actions/workflow/status/pit-ray/fluent-tray/widnows.yml?branch=main&label=Windows%20build&logo=github&style=flat-square" />
<img src="https://img.shields.io/github/actions/workflow/status/pit-ray/fluent-tray/windows.yml?branch=main&label=Windows%20build&logo=github&style=flat-square" />
</a>
</p>

Expand Down

0 comments on commit c6391f4

Please sign in to comment.