mirror of
https://github.com/ivabus/gui
synced 2025-04-23 14:07:14 +03:00
fix release
This commit is contained in:
parent
1b9433e8e2
commit
bb1b4c02bd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue