File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed
Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change 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" : [],
Original file line number Diff line number Diff line change 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 }
You can’t perform that action at this time.
0 commit comments