Skip to content

Commit

Permalink
Add plugin build path to zip file
Browse files Browse the repository at this point in the history
  • Loading branch information
markkelnar committed Aug 31, 2023
1 parent 9b8bd7d commit ea43cd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upload-plugin-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: wpgraphql-smart-cache
path: wpgraphql-smart-cache.zip
path: plugin-build/wpgraphql-smart-cache.zip
- name: Upload release asset
uses: softprops/action-gh-release@v1
with:
files: wpgraphql-smart-cache.zip
files: plugin-build/wpgraphql-smart-cache.zip

0 comments on commit ea43cd5

Please sign in to comment.