Skip to content

Commit

Permalink
Update release.yml to generate the correct folder name (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
xxsimoxx authored Oct 16, 2024
1 parent f665b15 commit c77be73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
rm -f .gitignore
ls -lha
git add vendor/*
git archive -o ${{ github.event.repository.name }}-${{ github.ref_name }}.zip --prefix ${{ github.event.repository.name }}/ $(git write-tree)
git archive -o ${{ github.event.repository.name }}-${{ github.ref_name }}.zip --prefix woocommerce/ $(git write-tree)
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit c77be73

Please sign in to comment.