There was an error while loading. Please reload this page.
1 parent ee1d9a3 commit 38d70d8Copy full SHA for 38d70d8
1 file changed
.github/workflows/aft-build-all.yaml
@@ -78,8 +78,8 @@ jobs:
78
- id: get_php_version
79
run: |
80
ls -la **/*
81
- chmod +x ./php-cli-8.3-linux-x86_64-glibc/php
82
- echo "PHP_VERSION=$(./php-cli-8.3-linux-x86_64-glibc/php -r "echo PHP_VERSION;")" >> "$GITHUB_OUTPUT"
+ chmod +x ./php-cli-${{ inputs.php-version }}-linux-x86_64-glibc/php
+ echo "PHP_VERSION=$(./php-cli-${{ inputs.php-version }}-linux-x86_64-glibc/php -r "echo PHP_VERSION;")" >> "$GITHUB_OUTPUT"
83
- name: Release
84
uses: softprops/action-gh-release@v2
85
with:
0 commit comments