We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3980ed8 commit d395f13Copy full SHA for d395f13
.github/workflows/release.yml
@@ -99,3 +99,13 @@ jobs:
99
asset_path: ./dist/blueprints.phar
100
asset_name: blueprints.phar
101
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