diff --git a/.github/workflows/deploying.yml b/.github/workflows/deploying.yml index 534b5472..07a78f25 100644 --- a/.github/workflows/deploying.yml +++ b/.github/workflows/deploying.yml @@ -65,10 +65,8 @@ jobs: name: production-files path: ./dist - - name: List files - run: cd dist && ls -la - name: Zip files - run: cd dist && zip -r ./movie-web.zip . + run: cd dist && zip -r ../movie-web.zip . - name: Get version id: package-version