Skip to content

Commit

Permalink
Update dh_pub.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PoneyClairDeLune committed Oct 10, 2023
1 parent c45d8eb commit 5b4519e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/dh_pub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,11 @@ jobs:
run: PATH=./:$PATH bash ./shx build
- name: Build and push the Deno runtime
run: PATH=./:$PATH bash ./shx submit deno
- name: Build and push the Bun runtime
run: PATH=./:$PATH bash ./shx submit bun
- name: Build and push the Node runtime
run: PATH=./:$PATH bash ./shx submit node
- name: Build and push the Deno edge runtime
run: PATH=./:$PATH bash ./shx submit denonext
- name: Build and push the Node edge runtime
run: PATH=./:$PATH bash ./shx submit nodenext
- name: Build and push the Bun runtime
run: PATH=./:$PATH bash ./shx submit bun

0 comments on commit 5b4519e

Please sign in to comment.