Skip to content

Commit

Permalink
extra ./
Browse files Browse the repository at this point in the history
  • Loading branch information
sfoster1 committed Aug 14, 2023
1 parent a779d60 commit 07ae931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/app-test-build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ jobs:
variant_pattern="./artifacts/opentrons-${variant}-*"
ls ${variant_pattern}/ 2>/dev/null 1>/dev/null || continue
echo "Moving ${variant} builds ${variant_pattern}/* to to_upload_${variant}"
cp ./artifacts/${variant_pattern}/* ./to_upload_${variant}/
cp ${variant_pattern}/* ./to_upload_${variant}/
echo "Moved $(ls ./to_upload_${variant})"
done
- name: 'configure s3 deploy creds'
Expand Down

0 comments on commit 07ae931

Please sign in to comment.