Skip to content

Commit c3f9335

Browse files
authored
Include vendor directory in zip package preparation
1 parent 5d30cd9 commit c3f9335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Prepare zip package
2525
run: |
2626
mkdir simpay
27-
cp -r config controllers mails src views composer.json composer.lock config.xml index.php LICENSE logo.png simpay.php simpay
27+
cp -r config controllers mails src views vendor composer.json composer.lock config.xml index.php LICENSE logo.png simpay.php simpay
2828
zip -r simpay-prestashop-${{ github.ref_name }}.zip simpay
2929
3030
- name: Release

0 commit comments

Comments
 (0)