Skip to content

Commit

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

- name: Zip project
run: zip -r mmg-checkout-payment.zip main.php LICENSE.txt uninstall.php vendor/* README.txt admin/* public/* includes/*
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
- name: Setup GitHub CLI
uses: actions/setup-go@v4
Expand Down

0 comments on commit 52d10f8

Please sign in to comment.