Skip to content

Commit

Permalink
zip ONLY wp-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
rothfahl committed Oct 3, 2023
1 parent 1aa54aa commit ee17233
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/zip-wp-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
uses: thedoctor0/[email protected]
with:
type: 'zip'
filename: 'wp-srf-weather-widget.zip'
directory: ./wp-plugin
filename: "wp-srf-weather-widget.zip"
path: "./wp-plugin"

- name: Upload zip
uses: actions/upload-artifact@v3
with:
name: 'wp-srf-weather-widget.zip'
path: ./
path: '/wp-plugin/wp-srf-weather-widget.zip'

0 comments on commit ee17233

Please sign in to comment.