We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aff494a commit 6e7b938Copy full SHA for 6e7b938
.github/workflows/build-ndk.yml
@@ -50,7 +50,7 @@ jobs:
50
restore: true
51
cache: true
52
publish: false
53
- qpm_qmod: ${{ env.qmodName }}
+ qpm_qmod: ${{ env.qmodName }}.qmod
54
55
- name: Build & Create Qmod
56
run: |
.github/workflows/publish.yml
@@ -45,7 +45,7 @@ jobs:
45
tag: ${{ steps.get_tag_version.outputs.TAG }}
46
qpm_release_bin: true
47
qpm_debug_bin: true
48
49
0 commit comments