File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,12 @@ concurrency:
1111 cancel-in-progress : true
1212
1313jobs :
14+ build-3rdparty :
15+ uses : ./.github/workflows/build-3rdparty.yml
16+
1417 release :
1518 name : Release
19+ needs : build-3rdparty
1620 runs-on : ubuntu-latest
1721 permissions :
1822 contents : write
2428 uses : actions/checkout@v6
2529 with :
2630 fetch-depth : 0
31+ - name : Download 3rdparty artifacts
32+ uses : actions/download-artifact@v4
33+ with :
34+ name : 3rdparty-output
35+ path : 3rdparty/output
36+ - name : Setup Node.js
37+ uses : actions/setup-node@v4
38+ with :
39+ node-version : 22
2740 - name : Setup Bun.js
2841 uses : oven-sh/setup-bun@v2
2942 with :
Original file line number Diff line number Diff line change 2727 " lib" ,
2828 " nitrogen" ,
2929 " cpp" ,
30+ " 3rdparty/output" ,
3031 " nitro.json" ,
3132 " android/build.gradle" ,
3233 " android/fix-prefab.gradle" ,
You can’t perform that action at this time.
0 commit comments