Skip to content

Commit

Permalink
Adjustments
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Fusco <[email protected]>
  • Loading branch information
josephfusco committed Jan 22, 2024
1 parent 293c4e7 commit 91b7179
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,9 @@ jobs:

- name: Zip Artifacts
run: |
mkdir -p plugin-build/
rsync -rc --exclude-from=.distignore --exclude=plugin-build/ . plugin-build/ --delete --delete-excluded -v
cd plugin-build ; zip -r wpgraphql-ide.zip wpgraphql-ide
rm -rf plugin-build/
mkdir -p wpgraphql-ide/
rsync -av --exclude-from='.distignore' --delete-excluded ./ wpgraphql-ide/ && zip -r wpgraphql-ide.zip wpgraphql-ide/ && rm -rf wpgraphql-ide/
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,7 @@ c3.php
# output from e2e tests
artifacts

build/
# build/release artifacts
build/
wpgraphql-ide/
wpgraphql-ide.zip

0 comments on commit 91b7179

Please sign in to comment.