Skip to content

Commit 785e145

Browse files
author
Your Name
committed
Fix dev release build step
Use jump-start.sh so platform host artifacts exist before packaging.
1 parent 4b74bdf commit 785e145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dev-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
sudo apt-get install -y m4 brotli
2525
2626
- name: Build platform
27-
run: ROC=roc roc build.roc
27+
run: ./jump-start.sh
2828

2929
- name: Package platform
3030
run: |

0 commit comments

Comments
 (0)