Skip to content

Commit

Permalink
Update template.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
martoras authored Jan 23, 2025
1 parent 014b880 commit 1a52c89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: build-WebGL
path: build
path: build/WebGL

deployPages:
needs: buildWebGL
Expand All @@ -64,7 +64,7 @@ jobs:
- uses: actions/download-artifact@v2
with:
name: build-WebGL
path: build
path: build/WebGL

- name: Display structure of root files
run: ls -R
Expand Down

0 comments on commit 1a52c89

Please sign in to comment.