Skip to content

Commit

Permalink
zip artefact: fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
rothfahl committed Oct 3, 2023
1 parent ee17233 commit 531ef3b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/zip-wp-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ jobs:
with:
type: 'zip'
filename: "wp-srf-weather-widget.zip"
path: "./wp-plugin"
directory: "./wp-plugin"
path: "./srf-weather-widget"

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

0 comments on commit 531ef3b

Please sign in to comment.