Skip to content

Commit 07ae931

Browse files
committed
extra ./
1 parent a779d60 commit 07ae931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/app-test-build-deploy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ jobs:
329329
variant_pattern="./artifacts/opentrons-${variant}-*"
330330
ls ${variant_pattern}/ 2>/dev/null 1>/dev/null || continue
331331
echo "Moving ${variant} builds ${variant_pattern}/* to to_upload_${variant}"
332-
cp ./artifacts/${variant_pattern}/* ./to_upload_${variant}/
332+
cp ${variant_pattern}/* ./to_upload_${variant}/
333333
echo "Moved $(ls ./to_upload_${variant})"
334334
done
335335
- name: 'configure s3 deploy creds'

0 commit comments

Comments
 (0)