Skip to content

Commit

Permalink
Fixed libnode deploy
Browse files Browse the repository at this point in the history
Former-commit-id: a207962
  • Loading branch information
emcifuntik committed Jan 10, 2021
1 parent 0d53d6a commit b58fdb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
cd ..
mkdir -p dist/modules/js-module
cp ./build-linux/libjs-module.so dist/modules/js-module
cp ./deps/nodejs/lib/libnode.so.72 dist/modules/js-module
cp ./deps/nodejs/lib/libnode.so.83 dist/modules/js-module
env:
VERSION: ${{ steps.version.outputs.VERSION }}

Expand Down

0 comments on commit b58fdb0

Please sign in to comment.