Updated ci.yml
This commit is contained in:
parent
7e79bba762
commit
b2ef33d48f
1 changed files with 6 additions and 0 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -49,6 +49,12 @@ jobs:
|
||||||
id: find-ncc-dir
|
id: find-ncc-dir
|
||||||
run: echo "NCC_DIR=$(find build/ -type d -name 'ncc_*' | head -n 1)" >> $GITHUB_ENV
|
run: echo "NCC_DIR=$(find build/ -type d -name 'ncc_*' | head -n 1)" >> $GITHUB_ENV
|
||||||
|
|
||||||
|
- name: Upload NCC build directory
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: ncc-build
|
||||||
|
path: ${{ env.NCC_DIR }}
|
||||||
|
|
||||||
- name: Create redist.zip
|
- name: Create redist.zip
|
||||||
run: zip -r redist.zip ${{ env.NCC_DIR }}
|
run: zip -r redist.zip ${{ env.NCC_DIR }}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue