mirror of
https://github.com/nzp-team/nzp-team.github.io.git
synced 2024-11-12 23:44:13 +00:00
Update ftewebgl.js along with the wasm now
This commit is contained in:
parent
df01c7c49e
commit
230c4e13c6
1 changed files with 2 additions and 1 deletions
3
.github/workflows/webgl-update.yml
vendored
3
.github/workflows/webgl-update.yml
vendored
|
@ -35,11 +35,12 @@ jobs:
|
|||
mv build-version.txt tmp/nzp/version.txt
|
||||
cd tmp/nzp/
|
||||
zip -r ../../latest/nzp/game.pk3 ./*
|
||||
- name: Replace WebAssembly file
|
||||
- name: Replace WebAssembly files
|
||||
run: |
|
||||
cd $GITHUB_WORKSPACE
|
||||
unzip -q pc-nzp-web.zip -d tmp/
|
||||
mv tmp/ftewebgl.wasm latest/
|
||||
mv tmp/ftewebgl.js latest/
|
||||
- name: Trash stuff
|
||||
run: |
|
||||
cd $GITHUB_WORKSPACE
|
||||
|
|
Loading…
Reference in a new issue