79656565

Date: 2025-06-06 23:30:59
Score: 1
Natty:
Report link

Turns out it was the ./

changes:
  - ./$SUBDIR/dist/**/*

^ does not work.

changes:
  - $SUBDIR/dist/**/*

^ works

Odd thing is, the dot slash in the script works fine though.

script:
    - aws s3 sync ./$SUBDIR/dist
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Rooster242