From 31c9d346b9b2f38d3c5989470952eaf34ea69e4d Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Sun, 22 Nov 2020 03:55:23 -0500 Subject: [PATCH] ci: Add downloads for windows in post-deploy --- .github/workflows/post-deploy.yml | 2 ++ 1 file changed, 2 insertions(+) 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: |