From eeff19e613ccb8bebdf87111d0a6d1f3cd366446 Mon Sep 17 00:00:00 2001 From: dhayanand <68111161+dhayanands@users.noreply.github.com> Date: Tue, 5 Dec 2023 00:01:15 +0100 Subject: [PATCH] Update main_it75-web-c8a-sampleapp-dev.yml --- .github/workflows/main_it75-web-c8a-sampleapp-dev.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main_it75-web-c8a-sampleapp-dev.yml b/.github/workflows/main_it75-web-c8a-sampleapp-dev.yml index 03a504b..4b995db 100644 --- a/.github/workflows/main_it75-web-c8a-sampleapp-dev.yml +++ b/.github/workflows/main_it75-web-c8a-sampleapp-dev.yml @@ -31,14 +31,13 @@ jobs: # npm run test --if-present - name: Zip artifact for deployment - working-directory: ./build run: zip ./release.zip ./* -r - name: Upload artifact for deployment job uses: actions/upload-artifact@v3 with: name: release.zip - path: ./build + path: . deploy: runs-on: ubuntu-latest