ci: relup test upload packages after falure
This commit is contained in:
parent
bcefec1935
commit
6aeb73821f
|
@ -111,3 +111,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: lux_logs
|
name: lux_logs
|
||||||
path: lux_logs
|
path: lux_logs
|
||||||
|
- uses: actions/upload-artifact@v1
|
||||||
|
if: failure()
|
||||||
|
with:
|
||||||
|
name: packages
|
||||||
|
path: packages
|
||||||
|
|
Loading…
Reference in New Issue