Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
deluvas1911 committed Nov 29, 2024
1 parent 3c62550 commit 5079236
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 5079236

Please sign in to comment.