From 42ce72e42070a7ab0c6b9ebb9ced67a57807d87d Mon Sep 17 00:00:00 2001 From: probonopd Date: Sat, 2 Dec 2023 12:25:35 +0000 Subject: [PATCH] cp -r --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e9f7e7f..ce18a08 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -73,7 +73,7 @@ jobs: - name: Get performance files run: | git clone https://github.com/Banana71/Soundplantage --depth 1 # depth 1 means only the latest commit - cp ./Soundplantage/performance ./Soundplantage/*.pdf ./sdcard/ + cp -r ./Soundplantage/performance ./Soundplantage/*.pdf ./sdcard/ - uses: actions/upload-artifact@v3 with: name: ${{ env.artifactName }} # Exported above