summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2020-11-22 03:55:23 -0500
committerGitHub <noreply@github.com>2020-11-22 03:55:23 -0500
commit31c9d346b9b2f38d3c5989470952eaf34ea69e4d (patch)
treeb677aac0388431129b4494404a6567e5c71369c4
parent2d127f198ec7ee0032f4435898c1268dcd09b735 (diff)
ci: Add downloads for windows in post-deploy
-rw-r--r--.github/workflows/post-deploy.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/post-deploy.yml b/.github/workflows/post-deploy.yml
index 8147d0b0..dcd7bc22 100644
--- a/.github/workflows/post-deploy.yml
+++ b/.github/workflows/post-deploy.yml
@@ -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: |