diff --git a/.github/workflows/build_multiplatform.yml b/.github/workflows/build_multiplatform.yml index 6db71c35..7bc5c037 100644 --- a/.github/workflows/build_multiplatform.yml +++ b/.github/workflows/build_multiplatform.yml @@ -350,7 +350,8 @@ jobs: - name: cleanup on macos before code signing if: ${{startsWith(matrix.os, 'macos')}} run: | - find . -type d -name .git -exec rm -r {} \; + # find . -type d -name .git -exec rm -r {} \; + find . -type d -name .git -delete - name: Build/release Electron app uses: samuelmeuli/action-electron-builder@v1