Skip to content

Commit

Permalink
Fix CI (#264)
Browse files Browse the repository at this point in the history
* Fix CI
  • Loading branch information
deluvas1911 authored Nov 29, 2024
1 parent 2366163 commit 92d9e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
run: |
mkdir -p upload/modules
cp build/linux/x86_64/release/libjs-module-v2.so upload/modules
cp server/deps/nodejs/lib/libnodev2.so upload
cp server/deps/nodejs/lib/libnode.so upload
echo ${{ steps.version.outputs.SDK_COMMIT }} >> upload/sdk.version
- name: Upload artifacts
Expand Down

0 comments on commit 92d9e71

Please # to comment.