Skip to content
This repository was archived by the owner on May 30, 2025. It is now read-only.

Commit 4af34cc

Browse files
committed
Release Blueprints.phar on commit to trunk
1 parent 322bdc9 commit 4af34cc

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.github/workflows/release.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,14 @@ jobs:
9090
asset_path: ./dist/examples/create-wp-site.tar.gz
9191
asset_name: create-wp-site.tar.gz
9292
asset_content_type: application/gzip
93+
94+
95+
- name: Upload Blueprints Asset
96+
uses: actions/upload-release-asset@v1
97+
env:
98+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
99+
with:
100+
upload_url: ${{ steps.create_release.outputs.upload_url }}
101+
asset_path: ./dist/blueprints.phar
102+
asset_name: blueprints.phar
103+
asset_content_type: application/phar

bin/build-all.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/bin/bash
22

3+
composer build-blueprints-phar
34
bash bin/build-libraries-phar.sh
45
bash bin/build-plugins.sh
56
bash bin/build-examples.sh

0 commit comments

Comments
 (0)