mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-26 04:55:15 +00:00
Don't zip with dist in path
This commit is contained in:
parent
acb04abf84
commit
04534ccade
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -44,7 +44,10 @@ jobs:
|
|||
|
||||
- name: Zip files for release
|
||||
if: github.event_name == 'release'
|
||||
run: zip -r freqUI.zip dist/*
|
||||
run: |
|
||||
cd dist/
|
||||
zip -r freqUI.zip .
|
||||
cd ../
|
||||
|
||||
- name: Upload release binaries
|
||||
uses: alexellis/upload-assets@0.2.2
|
||||
|
|
Loading…
Reference in New Issue
Block a user