fix: remove signed macOS dotfile artifacts (#10560)

This commit is contained in:
Joshua Powers 2022-02-02 10:24:00 -08:00 committed by GitHub
parent b5de6d6f6e
commit 819704a167
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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'