Skip to content

Commit 1695012

Browse files
committed
We no longer us buildQMOD script in workflow
1 parent 051d5f5 commit 1695012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/buildMod.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
- name: Package QMOD
107107
run: |
108108
cd ${GITHUB_WORKSPACE}
109-
pwsh -Command ./buildQMOD.ps1 -package
109+
./QPM/qpm qmod zip -i ./build/ -i ./extern/libs/ ${module_id}_${version}.qmod
110110
111111
112112
- name: Upload non-debug artifact

0 commit comments

Comments
 (0)