mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-23 13:45:12 +02:00
ci: Add downloads for windows in post-deploy
This commit is contained in:
parent
2d127f198e
commit
31c9d346b9
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…
x
Reference in New Issue
Block a user