mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
Update build.yml
This commit is contained in:
parent
62a2bf47cd
commit
ec88e3c93f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -183,7 +183,7 @@ jobs:
|
|||
- name: Zip Android Artifacts
|
||||
uses: vimtor/action-zip@v1.1
|
||||
with:
|
||||
files: geode-android/*.so
|
||||
files: geode-android/Geode.armeabi-v7a.so
|
||||
dest: geode-${{ steps.ref.outputs.hash }}-android.zip
|
||||
|
||||
- name: Zip Resources
|
||||
|
|
Loading…
Reference in a new issue