Skip to content

Commit 79e3bb4

Browse files
make php executable
1 parent 4a15483 commit 79e3bb4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
- id: get_php_version
6868
run: |
6969
ls -la **/*
70+
chmod +x ./php-cli-8.3-linux-x86_64-glibc/php
7071
echo "PHP_VERSION=$(./php-cli-8.3-linux-x86_64-glibc/php -r "echo PHP_VERSION;")" >> "$GITHUB_OUTPUT"
7172
- name: Release
7273
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)