Updated Build System
This commit is contained in:
parent
1244aa0a24
commit
eb8d63fea0
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ncc_workflow.yml
vendored
4
.github/workflows/ncc_workflow.yml
vendored
|
@ -51,7 +51,7 @@ jobs:
|
|||
|
||||
- name: Build project
|
||||
run: |
|
||||
ncc build --config release --log-level debug
|
||||
ncc build --config release --build-source --log-level debug
|
||||
|
||||
- name: Upload build artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
|
@ -100,7 +100,7 @@ jobs:
|
|||
|
||||
- name: Build project
|
||||
run: |
|
||||
ncc build --config release-executable --log-level debug
|
||||
ncc build --config release-executable --build-source --log-level debug
|
||||
|
||||
- name: Upload build artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
|
|
Loading…
Add table
Reference in a new issue