Skip to content

Commit

Permalink
build pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
a1ive committed Dec 4, 2024
1 parent e1ae6b7 commit 4d267af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
build_html: false

- name: Upload PDF
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: README.pdf
path: nwinfo/README.pdf
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
powershell -ExecutionPolicy Bypass -File .\copy_res.ps1 -TargetFolder nwinfo
- name: Download README.pdf
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: README.pdf
path: nwinfo
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<br />
<div align="center">
<img src="icon.ico">
<img src="./icon.ico">
<h3 align="center">NWinfo</h3>
<img src="https://img.shields.io/github/stars/a1ive/nwinfo?style=flat&label=%E2%98%85&color=grey">
<img src="https://img.shields.io/github/license/a1ive/nwinfo?logo=unlicense&label=&color=ad1453">
Expand All @@ -21,7 +21,7 @@ NWinfo is a Win32 program that allows you to obtain system and hardware informat
## GUI Preview

<div align="center">
<img src="assets/images/demo.png">
<img src="./assets/images/demo.png">
</div>

## CLI Usage
Expand Down

0 comments on commit 4d267af

Please sign in to comment.