mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 10:21:55 +00:00
Exclude map files
This commit is contained in:
parent
0413339212
commit
6f3b2a7c39
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -31,11 +31,11 @@ jobs:
|
|||
- name: Build build
|
||||
run: yarn build
|
||||
|
||||
- name: Archive production artifacts
|
||||
- name: Archive artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: FreqUI-dist
|
||||
path: |
|
||||
dist
|
||||
!dist/**/*.md
|
||||
!dist/**/*.map
|
||||
retention-days: 10
|
||||
|
|
Loading…
Reference in New Issue
Block a user