Skip to content

Commit d395f13

Browse files
authored
Include php-libraries.phar in releases
1 parent 3980ed8 commit d395f13

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/release.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,13 @@ jobs:
9999
asset_path: ./dist/blueprints.phar
100100
asset_name: blueprints.phar
101101
asset_content_type: application/phar
102+
103+
- name: Upload PHP toolkit .phar Asset
104+
uses: actions/upload-release-asset@v1
105+
env:
106+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
107+
with:
108+
upload_url: ${{ steps.create_release.outputs.upload_url }}
109+
asset_path: ./dist/php-toolkit.phar
110+
asset_name: php-toolkit.phar
111+
asset_content_type: application/phar

0 commit comments

Comments
 (0)