Skip to content

Commit

Permalink
Update php.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
phdhiren authored Jun 8, 2022
1 parent 4008f41 commit 7bf6c10
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,17 @@ jobs:
cd drupal
composer install --prefer-dist --no-progress
cd ..
tar zcvf apigee-devportal-kickstart-${{ matrix.php-version }}.tar.gz drupal
tar zcvf apigee-devportal-kickstart-${{ matrix.php }}.tar.gz drupal
- name: Create Release
uses: ncipollo/release-action@v1
with:
artifacts: apigee-devportal-kickstart-${{ matrix.php-version }}.tar.gz
artifacts: apigee-devportal-kickstart-${{ matrix.php }}.tar.gz
token: ${{ secrets.GITHUB_TOKEN }}
# uses: actions/upload-artifact@v3
# with:
# name: apigee-devportal-kickstart-${{ matrix.php-version }}-artifact
# path: apigee-devportal-kickstart-${{ matrix.php-version }}.tar.gz
# name: apigee-devportal-kickstart-${{ matrix.php }}-artifact
# path: apigee-devportal-kickstart-${{ matrix.php }}.tar.gz
# Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit"
# Docs: https://getcomposer.org/doc/articles/scripts.md

Expand Down

0 comments on commit 7bf6c10

Please sign in to comment.