From edca35c86749faf8764d0f809dc8b8c88f3a710f Mon Sep 17 00:00:00 2001 From: Michael Lavers Date: Mon, 21 Sep 2020 09:21:57 -0700 Subject: [PATCH] Make sure preview file is included in archive (#14) --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 52b43e2..d4d4a79 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -42,7 +42,7 @@ jobs: command: make dist - run: name: Archive distribution - command: zip -rq /tmp/newrelic-lambda-extension.zip extensions + command: zip -rq /tmp/newrelic-lambda-extension.zip preview-extensions-ggqizro707 extensions - store_artifacts: path: /tmp/newrelic-lambda-extension.zip destination: newrelic-lambda-extension.zip @@ -54,7 +54,7 @@ jobs: - attach_workspace: at: ./artifacts - run: - name: "Publish Release on GitHub" + name: Publish Release on GitHub command: | go get -u github.com/tcnksm/ghr ghr \