From f0cc70472e4634c27b5bfff22e17e9a32082118f Mon Sep 17 00:00:00 2001 From: Mordechai Dror Date: Mon, 10 Jun 2024 11:03:24 +0300 Subject: [PATCH] add artifact upload to build in ci/cd --- .github/workflows/ci-cd.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 0991c62..adf1e52 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -59,3 +59,9 @@ jobs: - uses: ./.github/actions/setup - run: npm run build + + - uses: actions/upload-artifact@v4 + with: + name: build-output + path: dist/ + retention-days: 30