summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorFabio Alessandrelli <fabio.alessandrelli@gmail.com>2023-10-15 12:01:45 +0200
committerFabio Alessandrelli <fabio.alessandrelli@gmail.com>2023-10-15 13:12:49 +0200
commit18bfa133ab3b6687fd742076cfd20ad7784d058d (patch)
tree09ae2612b54fa2dd7d535860bf07945e7d4e7557 /.github/workflows
parentc4d3f019dab87aff7b36acc5071e1c9adf76f6dd (diff)
downloadredot-cpp-18bfa133ab3b6687fd742076cfd20ad7784d058d.tar.gz
[SCons] Rename javascript tool to web
And clean it up a bit.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 36f8c08..1f316ff 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -80,11 +80,11 @@ jobs:
- name: 🌐 Web (wasm32)
os: ubuntu-20.04
- platform: javascript
- artifact-name: godot-cpp-javascript-wasm32-release
- artifact-path: bin/libgodot-cpp.javascript.template_release.wasm32.a
+ platform: web
+ artifact-name: godot-cpp-web-wasm32-release
+ artifact-path: bin/libgodot-cpp.web.template_release.wasm32.a
run-tests: false
- cache-name: javascript-wasm32
+ cache-name: web-wasm32
env:
SCONS_CACHE: ${{ github.workspace }}/.scons-cache/
@@ -115,7 +115,7 @@ jobs:
sudo apt-get install -qqq build-essential pkg-config
- name: Web dependencies
- if: ${{ matrix.platform == 'javascript' }}
+ if: ${{ matrix.platform == 'web' }}
uses: mymindstorm/setup-emsdk@v12
with:
version: ${{env.EM_VERSION}}