mirror of
https://github.com/simonmichael/hledger.git
synced 2025-01-05 18:13:12 +03:00
;ci: github: windows: generate zip file
This commit is contained in:
parent
2cfed3af24
commit
dab7c214c9
19
.github/workflows/windows-nightly.yml
vendored
19
.github/workflows/windows-nightly.yml
vendored
@ -136,16 +136,17 @@ jobs:
|
||||
# run hledger-lib/hledger functional tests, skipping the ones for addons
|
||||
#- COLUMNS=80 stack exec -- shelltest --execdir -j16 tests -x /bin -x /addons
|
||||
|
||||
# - name: Zip exes
|
||||
# run: |
|
||||
# #cd `stack path --local-bin`
|
||||
# 7z a hledger.zip %HOME%/.local/bin/hledger %HOME%/.local/bin/hledger-web
|
||||
- name: Zip exes
|
||||
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
|
||||
|
||||
# - name: Upload zip file
|
||||
# uses: actions/upload-artifact@v1
|
||||
# with:
|
||||
# name: hledger.zip
|
||||
# path: hledger.zip
|
||||
- name: Upload zip file
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: hledger.zip
|
||||
path: hledger.zip
|
||||
|
||||
|
||||
# Directory: C:\Users\runneradmin
|
||||
|
Loading…
Reference in New Issue
Block a user