Skip to content

Commit e82e0cb

Browse files
committed
Update build workflow
1 parent 1fb7f18 commit e82e0cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-ndk.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
branches: master
2626
env:
2727
module_id: qonsistentsabercolors
28-
qmod_name: QonsistenSaberColors
28+
qmod_name: QonsistentSaberColors
2929
jobs:
3030
build:
3131
runs-on: ubuntu-latest
@@ -77,7 +77,7 @@ jobs:
7777
- name: Build & Create Qmod
7878
run: |
7979
cd ${GITHUB_WORKSPACE}
80-
qpm s qmod
80+
qpm qmod zip
8181
- name: Get Library Name
8282
id: libname
8383
run: |

0 commit comments

Comments
 (0)