From 8647a2a1df6d08b8d4fc658cb4d21d0a03e87e95 Mon Sep 17 00:00:00 2001 From: Simone Fioravanti Date: Tue, 15 Oct 2024 15:12:05 +0200 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e399f01..81d43c7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: