Skip to content

Commit cde3ea2

Browse files
committed
update emscripten in github actions
1 parent 7ad39b6 commit cde3ea2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
submodules: recursive
125125

126126
- name: Setup Emscripten
127-
uses: mymindstorm/setup-emsdk@v11
127+
uses: mymindstorm/setup-emsdk@v14
128128

129129
- name: Install dependencies
130130
run: |
@@ -155,10 +155,9 @@ jobs:
155155
if: github.event_name == 'release'
156156
uses: actions/upload-pages-artifact@v3
157157
with:
158-
path: './web_build'
158+
path: "./web_build"
159159

160160
- name: Deploy to GitHub Pages
161161
id: deployment
162162
if: github.event_name == 'release'
163163
uses: actions/deploy-pages@v4
164-

0 commit comments

Comments
 (0)