mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 10:21:55 +00:00
Fix release ci
This commit is contained in:
parent
65b4e2903b
commit
ed6c5345dc
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
os: [ ubuntu-20.04 ]
|
||||
node: [ 14, 16, 17, 18]
|
||||
node: [ "14", "16", "17", "18"]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
@ -70,7 +70,7 @@ jobs:
|
|||
retention-days: 10
|
||||
|
||||
- name: Zip files for release
|
||||
if: github.event_name == 'release'
|
||||
if: github.event_name == 'release' && matrix.node == '18'
|
||||
run: |
|
||||
cd dist/
|
||||
zip -r ../freqUI.zip .
|
||||
|
|
Loading…
Reference in New Issue
Block a user