From b5bbdc8d0c57a58d680b8de8bd8531a54867a324 Mon Sep 17 00:00:00 2001 From: Sebastian Pape Date: Tue, 13 Sep 2022 14:15:16 +0200 Subject: [PATCH] remove recusive zip --- .github/workflows/release-github-zip.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-github-zip.yml b/.github/workflows/release-github-zip.yml index fd14f4e..3c97bc7 100644 --- a/.github/workflows/release-github-zip.yml +++ b/.github/workflows/release-github-zip.yml @@ -15,7 +15,7 @@ jobs: - uses: montudor/action-zip@v1 with: - args: zip -qq -r depay-woocommerce-payments.zip depay-woocommerce-payments.php LICENSE readme.txt /assets /dist /includes /languages /vendor + args: zip -qq depay-woocommerce-payments.zip depay-woocommerce-payments.php LICENSE readme.txt /assets /dist /includes /languages /vendor - name: Release uses: softprops/action-gh-release@v1