Skip to content

Commit 6ecea45

Browse files
committed
Prepare before packing
1 parent 3372ff1 commit 6ecea45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195
run: mkdir prebuilds && cp --recursive prebuild-*/* prebuilds/
196196

197197
- name: Pack package
198-
run: yarn pack
198+
run: yarn prepare && yarn pack
199199

200200
- name: Upload package artifact
201201
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)