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.
|
# 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user