;ci: github: windows: tweak zip file upload
This commit is contained in:
parent
dab7c214c9
commit
dc2f60fe63
4
.github/workflows/windows-nightly.yml
vendored
4
.github/workflows/windows-nightly.yml
vendored
@ -137,10 +137,10 @@ jobs:
|
|||||||
#- COLUMNS=80 stack exec -- shelltest --execdir -j16 tests -x /bin -x /addons
|
#- COLUMNS=80 stack exec -- shelltest --execdir -j16 tests -x /bin -x /addons
|
||||||
|
|
||||||
- name: Zip exes
|
- name: Zip exes
|
||||||
run: |
|
|
||||||
#cd `stack path --local-bin`
|
#cd `stack path --local-bin`
|
||||||
|
run: |
|
||||||
cd C:\Users\runneradmin\AppData\Roaming\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
|
- name: Upload zip file
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user