fix: remove signed macOS dotfile artifacts (#10560)
This commit is contained in:
parent
b5de6d6f6e
commit
819704a167
|
|
@ -400,6 +400,9 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
at: '.'
|
at: '.'
|
||||||
|
- run:
|
||||||
|
command: |
|
||||||
|
cd dist && find . -type f -name '._*' -delete
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: './dist'
|
path: './dist'
|
||||||
destination: 'build/dist'
|
destination: 'build/dist'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue