Updated Build System
This commit is contained in:
parent
2c33fa2f49
commit
bb4a93a364
1 changed files with 7 additions and 2 deletions
9
.github/workflows/ncc_workflow.yml
vendored
9
.github/workflows/ncc_workflow.yml
vendored
|
@ -551,14 +551,19 @@ jobs:
|
|||
name: documentation
|
||||
path: documentation
|
||||
|
||||
- name: Upload documentation artifact to release
|
||||
- name: zip documentation
|
||||
run: |
|
||||
zip -r documentation.zip documentation
|
||||
|
||||
- name: Upload documentation artifact
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
files: |
|
||||
documentation/*
|
||||
documentation.zip
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
||||
release-artifacts:
|
||||
needs: [release, debug, release-compressed, debug-compressed, release-executable, debug-executable, release-compressed-executable, debug-compressed-executable]
|
||||
permissions: write-all
|
||||
|
|
Loading…
Add table
Reference in a new issue