From dd944ccb680cec1f3b0439dbdff549abec9cd494 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 6 Mar 2020 02:45:43 -0800 Subject: [PATCH] ci: github: tweaks --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 38ffbf8cd..14108ce9b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -134,9 +134,13 @@ jobs: ARGS: ${{ matrix.plan.resolver }} # BUILD: ${{ matrix.plan.build }} - - if: matrix.os == 'windows-latest' + - name: Zip exes (windows) + if: matrix.os == 'windows-latest' run: | 7z a hledger.zip %HOME%/.local/bin/hledger %HOME%/.local/bin/hledger-web + + - name: Upload zip file (windows) + if: matrix.os == 'windows-latest' uses: actions/upload-artifact@v1 with: name: hledger.zip