Skip to content

Commit

Permalink
PLANET-5484 add missing file extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Inwerpsel committed Sep 22, 2020
1 parent a260020 commit 85496fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ jobs:
- run: mkdir -p /tmp/workspace/
- run: zip -r /tmp/workspace/planet4-master-theme.zip . -x "node_modules/*"
- run: ls -lh /tmp/workspace/planet4-master-theme.zip
- run: curl https://api.github.com/repos/greenpeace/planet4-master-theme/releases/tags/${CIRCLE_TAG} | jq -r .upload_url | sed 's/{.*}/?name=planet4-master-theme/' > /tmp/workspace/upload_url
- run: curl https://api.github.com/repos/greenpeace/planet4-master-theme/releases/tags/${CIRCLE_TAG} | jq -r .upload_url | sed 's/{.*}/?name=planet4-master-theme.zip/' > /tmp/workspace/upload_url
- run: cat /tmp/workspace/upload_url
- run: |
curl \
Expand Down

0 comments on commit 85496fd

Please sign in to comment.