File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -45,12 +45,12 @@ jobs:
4545 # Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit"
4646 # Docs: https://getcomposer.org/doc/articles/scripts.md
4747
48- - name : Build phar and send to github assets
49- run : |
50- echo $RELEASE_TAG
51- echo $RELEASE_NAME
52- php -d phar.readonly=0 bin/kite phar:pack -o kite-${RELEASE_TAG}.phar --no-progress
53- php kite-${RELEASE_TAG}.phar -V
48+ # - name: Build phar and send to github assets
49+ # run: |
50+ # echo $RELEASE_TAG
51+ # echo $RELEASE_NAME
52+ # php -d phar.readonly=0 bin/kite phar:pack -o kite-${RELEASE_TAG}.phar --no-progress
53+ # php kite-${RELEASE_TAG}.phar -V
5454
5555 # https://github.com/actions/create-release
5656 -
uses :
meeDamian/[email protected] 5959 token : ${{ secrets.GITHUB_TOKEN }}
6060 tag : ${{ env.RELEASE_TAG }}
6161 name : ${{ env.RELEASE_TAG }}
62- files : kite-${{ env.RELEASE_TAG }}.phar
62+ # files: kite-${{ env.RELEASE_TAG }}.phar
You can’t perform that action at this time.
0 commit comments