Skip to content

Commit

Permalink
Merge pull request #529 from humanmade/master
Browse files Browse the repository at this point in the history
Up v3 branch
  • Loading branch information
joehoyle committed Jun 16, 2021
2 parents 6660495 + da332fc commit d47a596
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Build Release
on:
release:
types: [ published ]
workflow_dispatch:


jobs:
build-manual-install:
Expand All @@ -11,11 +13,14 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2

- uses: "shivammathur/setup-php@v2"
with:
php-version: "7.4"
extensions: pcov
- name: Install dependencies
uses: nick-zh/composer@php7.3
uses: ramsey/composer-install@v1
with:
args: 'install -oa'
composer-options: '-oa --no-dev'

- name: Archive assets
uses: thedoctor0/zip-release@master
Expand Down

0 comments on commit d47a596

Please sign in to comment.