From 933d3c1b40cc456e6d949f86df0e7c356647a4e7 Mon Sep 17 00:00:00 2001 From: sophie Date: Fri, 3 Jan 2025 13:46:24 +0200 Subject: [PATCH] chore: fix action --- .github/workflows/build.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4c07a5c..7b466e2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,9 +1,13 @@ +name: Build and publish artifact + +on: [push] + env: EM_VERSION: 1.39.18 EM_CACHE_FOLDER: 'emsdk-cache' jobs: - test: + build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2