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