Skip to content

Commit

Permalink
fix(ci): change path for upload-archive action in build-zip.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskyfung authored Apr 28, 2024
1 parent c8dd888 commit 07936d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ${{ github.event.repository.name }}
path: wp2static
path: $HOME/Downloads


0 comments on commit 07936d3

Please sign in to comment.