diff --git a/.github/workflows/main_wmc-agreements-app.yml b/.github/workflows/main_wmc-agreements-app.yml index 79988f4..e11e891 100644 --- a/.github/workflows/main_wmc-agreements-app.yml +++ b/.github/workflows/main_wmc-agreements-app.yml @@ -28,9 +28,7 @@ jobs: npm run test --if-present - name: Zip artifact for deployment - run: | - cd test/front - zip -r ../../release.zip . + run: zip release.zip ./* -r - name: Upload artifact for deployment job uses: actions/upload-artifact@v4 @@ -69,6 +67,5 @@ jobs: with: app-name: 'wmc-agreements-app' slot-name: 'Production' - package: release.zip - enable-remote-build: true + package: . \ No newline at end of file