From f5a5e2104bd4a830ddea79b883d9cc55a41efc40 Mon Sep 17 00:00:00 2001 From: Rumperuu Date: Wed, 10 Mar 2021 16:06:57 +0000 Subject: [PATCH] Make zip without top-level directory --- .github/workflows/deploy-to-wordpress.org.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-to-wordpress.org.yml b/.github/workflows/deploy-to-wordpress.org.yml index 78e6970..8cef0e0 100644 --- a/.github/workflows/deploy-to-wordpress.org.yml +++ b/.github/workflows/deploy-to-wordpress.org.yml @@ -16,11 +16,12 @@ jobs: run: | composer install --no-dev --optimize-autoloader composer run build + cd dist - name: Create artifact uses: montudor/action-zip@v0.1.0 with: - args: zip -X -r dist/footnotes.zip dist + args: zip -X -r footnotes.zip . #- name: WordPress Plugin Deploy # id: deploy