mirror of
https://github.com/AndroidAudioMods/ViPERFX_RE.git
synced 2025-06-08 02:29:40 +08:00
actions: Fix build
This commit is contained in:
parent
2d0b6340a3
commit
fa0adbc8a2
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -14,7 +14,8 @@ jobs:
|
||||
abi: ['armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64']
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Build with CMake
|
||||
run: |
|
||||
@ -28,8 +29,8 @@ jobs:
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: compiled-binaries
|
||||
path: libv4a_re_*.so
|
||||
name: libv4a_re_${{ matrix.abi }}
|
||||
path: libv4a_re_${{ matrix.abi }}.so
|
||||
|
||||
package:
|
||||
needs: build
|
||||
|
Loading…
x
Reference in New Issue
Block a user