main: minor bugfix
This commit is contained in:
parent
056029b09c
commit
88a4c12bee
|
@ -39,7 +39,7 @@ jobs:
|
|||
- name: Setup Pages
|
||||
uses: actions/configure-pages@v3
|
||||
- name: create index.glb
|
||||
run: cp example/assets/*.{glb} .
|
||||
run: cp example/assets/*.glb .
|
||||
# working-directory: ./
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v2
|
||||
|
|
Loading…
Reference in New Issue