Adding path to only zip that.

This commit is contained in:
Andreas Tasch 2022-10-22 11:14:00 +02:00
parent 000321c70e
commit fa693e8477

View File

@ -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