fix so path

This commit is contained in:
Simplxs 2024-05-07 19:41:58 +08:00
parent ba2f7d9c89
commit 6336fec8ea
No known key found for this signature in database
GPG Key ID: E23537FF14DD6507

View File

@ -40,11 +40,13 @@
# This is the name of the CMakePresets.json's configuration to build the project.
buildPreset: 'ninja-${{ matrix.arch }}-release'
- run: mv build/ninja-${{ matrix.arch }}/libSignerServer.so libSignerServer.so
- name: Upload build
uses: actions/upload-artifact@v4
with:
name: SignerServer-${{ matrix.os }}-${{ matrix.arch }}
path: |
build/ninja-${{ matrix.arch }}/libSignerServer.so
libSignerServer.so
load.js
start.sh