From ca265bda34ae5514ce2bd195b7cc5e8649c666e6 Mon Sep 17 00:00:00 2001 From: Mario Vitale Date: Thu, 7 Dec 2023 15:07:17 +0100 Subject: [PATCH] change search paths for artifact --- .github/workflows/build-and-deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 376a57a..6f3470c 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -66,9 +66,9 @@ jobs: AWS_SECRET_ACCESS_KEY: ${{ secrets.MM_MARKETPLACE_AWS_SECRET_ACCESS_KEY_STAGING }} run: | serverless deploy function -f server --stage staging --verbose - find / -name serverless || : - find / -name .serverless || : - find / -name mattermost-marketplace.zip + env | grep serverless + find ${HOME}/.serverless + find /__w/_temp/_github_home/.serverless - name: deploy/production-branch if: ${{ github.ref_name == 'production' }} env: