Skip to content

Commit 765ab18

Browse files
committed
Update CI again
1 parent 150435d commit 765ab18

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
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
@@ -46,7 +46,7 @@ jobs:
4646
tag: ${{ steps.get_tag_version.outputs.TAG }}
4747
qpm_release_bin: true
4848
qpm_debug_bin: true
49-
qpm_qmod: ${{ env.qmodName }}
49+
qpm_qmod: ${{ env.qmodName }}.qmod
5050

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

mod.template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"id": "${mod_id}",
55
"author": "HardCPP",
66
"version": "${version}",
7-
"description": "${mod_id}, version ${version}!",
7+
"description": "ChatPlex BeatSaber modding SDK (Dependence for other mods)",
88
"coverImage": "cover.png",
99
"dependencies": [],
1010
"modFiles": [],

qpm.shared.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -66,22 +66,22 @@
6666
],
6767
"workspace": {
6868
"scripts": {
69+
"build": [
70+
"pwsh ./build.ps1"
71+
],
72+
"log": [
73+
"pwsh ./start-logging.ps1"
74+
],
75+
"copy": [
76+
"pwsh ./copy.ps1"
77+
],
6978
"clean": [
7079
"pwsh ./build.ps1 -clean"
7180
],
7281
"qmod": [
7382
"pwsh ./build.ps1 -clean",
7483
"qpm qmod build",
7584
"pwsh ./createqmod.ps1 -clean"
76-
],
77-
"copy": [
78-
"pwsh ./copy.ps1"
79-
],
80-
"build": [
81-
"pwsh ./build.ps1"
82-
],
83-
"log": [
84-
"pwsh ./start-logging.ps1"
8585
]
8686
}
8787
}

0 commit comments

Comments
 (0)