Skip to content

Commit

Permalink
cp -r
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd committed Dec 2, 2023
1 parent b75e336 commit 42ce72e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 42ce72e

Please sign in to comment.