Skip to content

Commit

Permalink
ci: adjust paths
Browse files Browse the repository at this point in the history
  • Loading branch information
mindctrl committed Jan 31, 2024
1 parent 10c56c3 commit c182c7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ jobs:
- run:
name: "Unzip plugin files"
command: |
cd ~/project
curl -sL https://github.com/wpengine/wp-graphql-content-blocks/releases/latest/download/wp-graphql-content-blocks.zip > wp-graphql-content-blocks.zip
unzip -o -d ~/project/<<parameters.slug>> ~/project/<<parameters.slug>>.zip
unzip -o -d <<parameters.slug>> <<parameters.slug>>.zip
- wp-product-orb/get_version_from_php:
filename: <<parameters.slug>>/<<parameters.filename>>
return_var: BUILD_VERSION
Expand Down

0 comments on commit c182c7d

Please sign in to comment.