ci: github: tweaks

This commit is contained in:
Simon Michael 2020-03-06 02:45:43 -08:00
parent 8cc6608319
commit dd944ccb68

View File

@ -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