From 98445d9c5f56377fec2373d936f7aa7618bf2cab Mon Sep 17 00:00:00 2001 From: idittrich-valueon Date: Wed, 4 Jun 2025 21:49:42 +0200 Subject: [PATCH] fixed yml --- .github/workflows/int_poweron-nyla-int.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/int_poweron-nyla-int.yml b/.github/workflows/int_poweron-nyla-int.yml index cc3e3e2..e42dec1 100644 --- a/.github/workflows/int_poweron-nyla-int.yml +++ b/.github/workflows/int_poweron-nyla-int.yml @@ -24,14 +24,16 @@ jobs: npm ci npm run build --if-present - - name: Zip artifact for deployment - run: zip release.zip ./* -r -x "node_modules/*" ".git/*" "*.md" ".github/*" - - name: Upload artifact for deployment job uses: actions/upload-artifact@v4 with: name: node-app - path: release.zip + path: | + . + !node_modules + !.git + !.github + !README.md deploy: runs-on: ubuntu-latest @@ -48,9 +50,6 @@ jobs: with: name: node-app - - name: Unzip artifact for deployment - run: unzip release.zip - - name: Login to Azure uses: azure/login@v1 with: