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 608f0af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/zip-wp-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
- 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-srf-weather-widget.zip'

0 comments on commit 608f0af

Please sign in to comment.