Skip to content

Commit c202416

Browse files
chore: release npm
1 parent 0fc303f commit c202416

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.github/workflows/release.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,12 @@ concurrency:
1111
cancel-in-progress: true
1212

1313
jobs:
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
@@ -24,6 +28,15 @@ jobs:
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:

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"lib",
2828
"nitrogen",
2929
"cpp",
30+
"3rdparty/output",
3031
"nitro.json",
3132
"android/build.gradle",
3233
"android/fix-prefab.gradle",

0 commit comments

Comments
 (0)