From b2ef33d48fd664196dd135decfa2d9ba8ceee35e Mon Sep 17 00:00:00 2001 From: netkas Date: Fri, 20 Sep 2024 19:49:39 -0400 Subject: [PATCH] Updated ci.yml --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fd8b166..6015c16 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,6 +49,12 @@ jobs: id: find-ncc-dir 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 run: zip -r redist.zip ${{ env.NCC_DIR }}