Skip to content

Commit

Permalink
fix(ci): fix altv-pkg failing for linux server
Browse files Browse the repository at this point in the history
  • Loading branch information
xLuxy committed Jan 29, 2024
1 parent 40b8e43 commit 51e1e20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ jobs:

- name: Copy files
run: |
mkdir upload
cp build/linux/x86_64/release/libjs-module-v2.so upload
mkdir -p upload/modules
cp build/linux/x86_64/release/libjs-module-v2.so upload/modules
cp server/deps/nodejs/lib/libnodev2.so upload
echo ${{ steps.version.outputs.SDK_COMMIT }} >> upload/sdk.version
Expand Down Expand Up @@ -218,7 +218,7 @@ jobs:
run: |
zip -r js-module-v2-windows-server dist-server-windows
zip -r js-module-v2-windows-client dist-client-windows
zip -r -j js-module-v2-linux dist-server-linux
zip -r js-module-v2-linux dist-server-linux
zip -r js-module-v2-typings dist-typings
- name: Create Release
Expand Down

0 comments on commit 51e1e20

Please sign in to comment.