From 1a534c279e3aa2818cc4acb9070777ed52edba2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tarik=20Dedi=C4=87?= Date: Tue, 20 Aug 2024 19:45:56 +0200 Subject: [PATCH] changes in yaml --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c96fefe..f7892a0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,6 +30,12 @@ jobs: - name: Build project run: npm run build + - name: upload artifact + uses: actions/upload-artifact@v3 + with: + name: angular-build + path: "./dist/" + deploy: needs: build runs-on: ubuntu-latest