Skip to content

Commit 933d3c1

Browse files
committed
chore: fix action
1 parent 08cb045 commit 933d3c1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1+
name: Build and publish artifact
2+
3+
on: [push]
4+
15
env:
26
EM_VERSION: 1.39.18
37
EM_CACHE_FOLDER: 'emsdk-cache'
48

59
jobs:
6-
test:
10+
build:
711
runs-on: ubuntu-latest
812
steps:
913
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)