From: Marc Foley Date: Thu, 6 Nov 2025 15:24:25 +0000 (+0000) Subject: copy dirs X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4f3fdf34f0a7ef67b5916a0dbbbb1b670e6b753;p=thirdparty%2Fgoogle%2Ffonts.git copy dirs --- diff --git a/.github/workflows/report.yaml b/.github/workflows/report.yaml index 7e1b2574d..00c54da20 100644 --- a/.github/workflows/report.yaml +++ b/.github/workflows/report.yaml @@ -85,9 +85,9 @@ jobs: cp ../quality-tag-review.html build/quality-tag-review.html cp ../family_features.json build/family_features.json cp ../familyexplorer.html build/familyexplorer.html - cp ../../ofl build/ofl/ - cp ../../apache build/apache/ - cp ../../ufl build/ufl/ + cp -r ../../ofl build/ofl/ + cp -r ../../apache build/apache/ + cp -r ../../ufl build/ufl/ working-directory: .ci/dashboard - name: Copy JSON files we need to well-known names run: |