From fa693e8477a886cc876e475855dcd4a4ef86c8f8 Mon Sep 17 00:00:00 2001 From: Andreas Tasch Date: Sat, 22 Oct 2022 11:14:00 +0200 Subject: [PATCH] Adding path to only zip that. --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6b61d94..0d56c84 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,6 +24,7 @@ jobs: with: type: 'zip' filename: 'BTCPay-WHMCS-Plugin-${{ github.ref_name }}.zip' + path: 'modules/' exclusions: '*.git* *.github* composer.* README.md GUIDE.md LICENSE' - name: Upload artifact to release page. uses: ncipollo/release-action@v1