Skip to content

Commit

Permalink
fix release build
Browse files Browse the repository at this point in the history
  • Loading branch information
carlHandy committed Sep 30, 2024
1 parent c88cb07 commit 7d82d95
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,7 @@ jobs:
run: composer install --no-dev --optimize-autoloader

- name: Zip project
run: |
mkdir -p mmg-checkout-payment
cp -r main.php LICENSE.txt uninstall.php vendor README.txt includes admin public mmg-checkout-payment/
zip -r mmg-checkout-payment.zip mmg-checkout-payment
run: zip -r mmg-checkout-payment.zip main.php LICENSE.txt uninstall.php vendor/* README.txt admin/* public/* includes/*

- name: Setup GitHub CLI
uses: actions/setup-go@v4
Expand Down

0 comments on commit 7d82d95

Please sign in to comment.