Skip to content

Commit

Permalink
Prepare before packing
Browse files Browse the repository at this point in the history
  • Loading branch information
ranisalt committed Aug 3, 2024
1 parent 5ca3228 commit bbb6c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:
run: mkdir prebuilds && cp --recursive prebuild-*/* prebuilds/

- name: Pack package
run: yarn pack
run: yarn prepare && yarn pack

- name: Upload package artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit bbb6c4f

Please sign in to comment.