Update publish_wasm gitea workflow (gitea actions)
This commit is contained in:
parent
a7f25e851e
commit
2da57c616c
1 changed files with 2 additions and 2 deletions
|
@ -11,9 +11,9 @@ jobs:
|
||||||
if: github.ref_name == 'main'
|
if: github.ref_name == 'main'
|
||||||
runs-on: archLinux
|
runs-on: archLinux
|
||||||
steps:
|
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:
|
Build-And-Deploy-devel:
|
||||||
if: github.ref_name == 'devel'
|
if: github.ref_name == 'devel'
|
||||||
runs-on: archLinux
|
runs-on: archLinux
|
||||||
steps:
|
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
|
||||||
|
|
Loading…
Reference in a new issue