diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index bcf400305..ce7f80592 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -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