;ci: github: windows: tweak zip file upload

This commit is contained in:
Simon Michael 2020-03-06 20:24:59 -08:00
parent dab7c214c9
commit dc2f60fe63

View File

@ -137,11 +137,11 @@ jobs:
#- COLUMNS=80 stack exec -- shelltest --execdir -j16 tests -x /bin -x /addons
- name: Zip exes
#cd `stack path --local-bin`
run: |
#cd `stack path --local-bin`
cd C:\Users\runneradmin\AppData\Roaming\local\bin\
7z a D:\a\hledger\hledger.zip hledger.exe hledger-web.exe
7z a D:\a\hledger\hledger\hledger.zip hledger.exe hledger-web.exe
- name: Upload zip file
uses: actions/upload-artifact@v1
with: