From 3341e0e549687660c1f04be1b4dab715b4f07136 Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Wed, 17 Apr 2024 12:55:13 -0400 Subject: [PATCH] use trailing slash on src --- .github/workflows/module-plugin-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/module-plugin-test.yml b/.github/workflows/module-plugin-test.yml index bcd2c6a..a761306 100644 --- a/.github/workflows/module-plugin-test.yml +++ b/.github/workflows/module-plugin-test.yml @@ -204,7 +204,7 @@ jobs: echo 'Test file to see if rsync worked.' > vendor/${{ inputs.module-repo }}/build/test.txt echo "source: vendor/${{ inputs.module-repo }}/build" ls -l vendor/${{ inputs.module-repo }}/build - rsync -r --progress --human-readable "vendor/${{ inputs.module-repo }}/build/**" "node_modules/@${{ inputs.module-repo }}/build/**" + rsync -r --progress --human-readable "vendor/${{ inputs.module-repo }}/build/" "node_modules/@${{ inputs.module-repo }}/build" echo "destination after rsync:" ls -l node_modules/@${{ inputs.module-repo }}/build - name: Build Plugin