Skip to content

Commit 6e7b938

Browse files
committed
Update CI again
1 parent aff494a commit 6e7b938

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-ndk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
restore: true
5151
cache: true
5252
publish: false
53-
qpm_qmod: ${{ env.qmodName }}
53+
qpm_qmod: ${{ env.qmodName }}.qmod
5454

5555
- name: Build & Create Qmod
5656
run: |

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
tag: ${{ steps.get_tag_version.outputs.TAG }}
4646
qpm_release_bin: true
4747
qpm_debug_bin: true
48-
qpm_qmod: ${{ env.qmodName }}
48+
qpm_qmod: ${{ env.qmodName }}.qmod
4949

5050
- name: Build & Create Qmod
5151
run: |

0 commit comments

Comments
 (0)