mirror of
https://github.com/AndroidAudioMods/ViPERFX_RE.git
synced 2024-12-22 22:47:25 +08:00
Actions: Fix build path
This commit is contained in:
parent
3f71866a36
commit
7c48ebc523
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
||||
|
||||
- name: Rename and move output for arm
|
||||
run: |
|
||||
mv build/libv4a_re.so build/libv4a_re_arm.so
|
||||
mv libv4a_re.so libv4a_re_arm.so
|
||||
|
||||
- name: Clean build
|
||||
run: |
|
||||
@ -45,12 +45,12 @@ jobs:
|
||||
|
||||
- name: Rename and move output for arm64
|
||||
run: |
|
||||
mv build/libv4a_re.so build/libv4a_re_arm64.so
|
||||
mv libv4a_re.so libv4a_re_arm64.so
|
||||
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: compiled-binaries
|
||||
path: |
|
||||
build/libv4a_re_arm.so
|
||||
build/libv4a_re_arm64.so
|
||||
libv4a_re_arm.so
|
||||
libv4a_re_arm64.so
|
||||
|
Loading…
Reference in New Issue
Block a user