Update publish_wasm gitea workflow (gitea actions)
All checks were successful
Build and Publish WASM version of demo / Build-And-Deploy-main (push) Successful in 25s
Build and Publish WASM version of demo / Build-And-Deploy-devel (push) Has been skipped

This commit is contained in:
Stephen Seo 2023-09-04 12:27:53 +09:00
parent a7f25e851e
commit 2da57c616c

View file

@ -11,9 +11,9 @@ jobs:
if: github.ref_name == 'main'
runs-on: archLinux
steps:
- run: cd && flock ./build_lock bash ./build_and_deploy_jumpartifact.com_demo_0.sh
- run: cd && ./build_and_deploy_jumpartifact.com_demo_0.sh
Build-And-Deploy-devel:
if: github.ref_name == 'devel'
runs-on: archLinux
steps:
- run: cd && flock ./build_lock bash ./build_and_deploy_jumpartifact.com_demo_0_devel.sh
- run: cd && ./build_and_deploy_jumpartifact.com_demo_0_devel.sh