mirror of
https://github.com/Simplxss/SignerServer.git
synced 2024-11-21 00:37:53 +08:00
fix so path
This commit is contained in:
parent
ba2f7d9c89
commit
6336fec8ea
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user