Skip to content

Commit

Permalink
fix(npwd): correct version
Browse files Browse the repository at this point in the history
  • Loading branch information
mafewtm authored Apr 8, 2024
1 parent e70f1c5 commit 4efad52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion qbox-lean.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ tasks:
# NPWD
- action: download_file
path: ./tmp/npwd.zip
url: https://github.com/project-error/npwd/releases/download/latest/npwd.zip
url: https://github.com/project-error/npwd/releases/download/3.14.3/npwd.zip
- action: unzip
dest: ./resources/[npwd]/
src: ./tmp/npwd.zip
Expand Down
2 changes: 1 addition & 1 deletion qbox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ tasks:
# NPWD
- action: download_file
path: ./tmp/npwd.zip
url: https://github.com/project-error/npwd/releases/download/latest/npwd.zip
url: https://github.com/project-error/npwd/releases/download/3.14.3/npwd.zip
- action: unzip
dest: ./resources/[npwd]/
src: ./tmp/npwd.zip
Expand Down

0 comments on commit 4efad52

Please sign in to comment.