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