fix release

This commit is contained in:
neil molina 2023-05-01 18:03:00 +08:00
parent 1b9433e8e2
commit bb1b4c02bd

View file

@ -117,7 +117,7 @@ jobs:
- run: |
aws cloudfront create-invalidation \
--distribution-id ${{ secrets.AWS_GUI_DISTRIBUTION_ID }} \
--paths 'release/*'
--paths "/release/*"
- uses: actions/setup-node@v3
with: