mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-26 14:10:19 +00:00
ci: Add downloads for windows in post-deploy
This commit is contained in:
parent
2d127f198e
commit
31c9d346b9
1 changed files with 2 additions and 0 deletions
2
.github/workflows/post-deploy.yml
vendored
2
.github/workflows/post-deploy.yml
vendored
|
@ -27,6 +27,8 @@ jobs:
|
|||
run: |
|
||||
curl -LO "https://github.com/ClementTsang/bottom/releases/download/$RELEASE_VERSION/bottom_x86_64-unknown-linux-gnu.tar.gz";
|
||||
curl -LO "https://github.com/ClementTsang/bottom/releases/download/$RELEASE_VERSION/bottom_x86_64-apple-darwin.tar.gz";
|
||||
curl -LO "https://github.com/ClementTsang/bottom/releases/download/$RELEASE_VERSION/bottom_i686-pc-windows-msvc.zip";
|
||||
curl -LO "https://github.com/ClementTsang/bottom/releases/download/$RELEASE_VERSION/bottom_x86_64-pc-windows-msvc.zip";
|
||||
|
||||
- name: Execute choco packaging script
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue