Skip to content

Commit

Permalink
Add vendor to zip on release (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
s4ddly committed Dec 5, 2023
1 parent e074187 commit eeddd33
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,18 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: shivammathur/setup-php@v2
with:
php-version: 5.6
extensions: none, curl, dom, mbstring, simplexml, tokenizer, xml, xmlwriter, json
coverage: none

- run: composer install --no-dev

- run: git archive --output=tpay-php.zip HEAD

- run: zip -ur tpay-php.zip vendor/

- uses: softprops/action-gh-release@v1
with:
files: tpay-php.zip

0 comments on commit eeddd33

Please sign in to comment.