Skip to content

Commit 3bf75a9

Browse files
committed
fix: fixed compile.sh version
1 parent ab30856 commit 3bf75a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
echo ${{ steps.compiler.outputs.path }}
4242
ls ${{ steps.compiler.outputs.path }}
43-
wget https://raw.githubusercontent.com/pmmp/PHP-Binaries/master/compile.sh
43+
wget https://raw.githubusercontent.com/pmmp/PHP-Binaries/19f2ee6d3356db9185d341431904cd7c1dffad8c/compile.sh
4444
chmod a+x compile.sh
4545
trap "exit 1" ERR
4646
./compile.sh -t android-aarch64 -x -j4 -P5 -s
@@ -53,7 +53,7 @@ jobs:
5353
uses: actions/upload-artifact@v4
5454
if: always()
5555
with:
56-
name: Linux-PM5
56+
name: Linux-PM5-${{ matrix.variant }}-${{ matrix.build }}
5757
path: |
5858
./PHP-Linux-aarch64-PM*.tar.gz
5959
install.log

0 commit comments

Comments
 (0)