diff --git a/.github/workflows/serverless-workflow.yml b/.github/workflows/serverless-workflow.yml index 73c8020..df6c6fb 100644 --- a/.github/workflows/serverless-workflow.yml +++ b/.github/workflows/serverless-workflow.yml @@ -18,7 +18,6 @@ jobs: with: node-version: 16 - run: npm install - - run: npm run sls:package ## list all files and folders - run: ls -la - run: npm run sls:deploy diff --git a/serverless.yml b/serverless.yml index 74ad194..2e31bf9 100644 --- a/serverless.yml +++ b/serverless.yml @@ -17,7 +17,7 @@ provider: frameworkVersion: '3' package: - artifact: /.build/.serverless/editly-video-maker.zip + artifact: /.serverless/editly-video-maker.zip # Any `include`, `exclude` logic is applied to the whole service, the same # as built-in serverless packaging.