Cleanup volume before copying
This commit is contained in:
parent
e9d7f0561e
commit
f72a635cc7
@ -23,8 +23,9 @@ jobs:
|
|||||||
pip install dist/lasp*.whl
|
pip install dist/lasp*.whl
|
||||||
pytest
|
pytest
|
||||||
|
|
||||||
- name: Copy dist files to /dist dir
|
- name: Cleanup old dist files and copy new to /dist dir
|
||||||
run:
|
run: |-
|
||||||
|
rm /dist/*
|
||||||
cp -v dist/* /dist
|
cp -v dist/* /dist
|
||||||
|
|
||||||
Release-Ubuntu:
|
Release-Ubuntu:
|
||||||
|
Loading…
Reference in New Issue
Block a user