Skip to content

Commit

Permalink
only upload libOSMesa
Browse files Browse the repository at this point in the history
  • Loading branch information
SolDev69 committed Jan 11, 2024
1 parent eee0e3d commit 4ef959e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pojav-gallium.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,9 @@ jobs:
-Dshared-glapi=false \
-Dbuildtype=debug
ninja -C "build-android" install
mv /tmp/mesa/lib/libOSMesa.so.8.0.0 /tmp/mesa/libOSMesa.so -v
- name: Upload libraries
uses: actions/upload-artifact@v2
with:
name: libOSMesa_${{matrix.arch}}
path: /tmp/mesa
path: /tmp/mesa/libOSMesa.so

0 comments on commit 4ef959e

Please sign in to comment.