Skip to content

Commit

Permalink
Make sure preview file is included in archive (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
kolanos authored Sep 21, 2020
1 parent 5464df2 commit edca35c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 \
Expand Down

0 comments on commit edca35c

Please sign in to comment.