Skip to content

Commit 38d70d8

Browse files
fix wrong version number
1 parent ee1d9a3 commit 38d70d8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/aft-build-all.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ jobs:
7878
- id: get_php_version
7979
run: |
8080
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"
81+
chmod +x ./php-cli-${{ inputs.php-version }}-linux-x86_64-glibc/php
82+
echo "PHP_VERSION=$(./php-cli-${{ inputs.php-version }}-linux-x86_64-glibc/php -r "echo PHP_VERSION;")" >> "$GITHUB_OUTPUT"
8383
- name: Release
8484
uses: softprops/action-gh-release@v2
8585
with:

0 commit comments

Comments
 (0)