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