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