Skip to content

Commit

Permalink
We no longer us buildQMOD script in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-r-elp committed Jul 10, 2024
1 parent 051d5f5 commit 1695012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildMod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
- name: Package QMOD
run: |
cd ${GITHUB_WORKSPACE}
pwsh -Command ./buildQMOD.ps1 -package
./QPM/qpm qmod zip -i ./build/ -i ./extern/libs/ ${module_id}_${version}.qmod
- name: Upload non-debug artifact
Expand Down

0 comments on commit 1695012

Please sign in to comment.