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