Skip to content

Commit

Permalink
fix: management download
Browse files Browse the repository at this point in the history
  • Loading branch information
mafewtm authored and ChatDisabled committed Jan 16, 2024
1 parent b348cd9 commit 4bbc85f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion qbox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,10 @@ tasks:
- action: download_github
dest: ./resources/[qbx]/qbx_management
ref: main
src: src: https://github.com/qbox-project/qbx_management/releases/latest/download/qbx_management.zip
src: https://github.com/qbox-project/qbx_management/releases/latest/download/qbx_management.zip
- action: unzip
dest: ./resources/[qbx]
src: ./tmp/qbx_management.zip

- action: download_github
dest: ./resources/[qbx]/qbx_weed
Expand Down

0 comments on commit 4bbc85f

Please sign in to comment.