mirror of
https://github.com/ivabus/gui
synced 2025-06-08 00:00:27 +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: |
|
- run: |
|
||||||
aws cloudfront create-invalidation \
|
aws cloudfront create-invalidation \
|
||||||
--distribution-id ${{ secrets.AWS_GUI_DISTRIBUTION_ID }} \
|
--distribution-id ${{ secrets.AWS_GUI_DISTRIBUTION_ID }} \
|
||||||
--paths 'release/*'
|
--paths "/release/*"
|
||||||
|
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue