Skip to content

Commit 0f6e7ed

Browse files
committed
pack before uploading artifacts
1 parent 87be451 commit 0f6e7ed

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/npm_napi_release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,12 @@ jobs:
8181
echo NPM_TAG_MACOS=$NPM_TAG_MACOS >> $GITHUB_OUTPUT
8282
- name: Build
8383
run: ./build_all_react_native.sh
84+
- name: Pack @nativescript/ios-node-api
85+
working-directory: packages/ios
86+
run: npm pack
87+
- name: Pack @nativescript/macos-node-api
88+
working-directory: packages/macos
89+
run: npm pack
8490
- name: Upload npm package artifact for @nativescript/ios-node-api
8591
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
8692
with:

0 commit comments

Comments
 (0)