Skip to content

Commit 2a99f5b

Browse files
committed
Update
1 parent 0cfd951 commit 2a99f5b

4 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/linux.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Download PHP Cli
2626
id: php_cli
2727
run: |
28-
gh run download 3825999869 -R hyperf/lwmbs -n cli_static_${{ matrix.php-version }}_musl_${{ matrix.arch }}_ad4bf78451bf9894c4711694556132cc8f268ebf4a4607ba487984cdd338efad
28+
gh run download 3826528598 -R hyperf/lwmbs -n cli_static_${{ matrix.php-version }}_musl_${{ matrix.arch }}_ad4bf78451bf9894c4711694556132cc8f268ebf4a4607ba487984cdd338efad
2929
ls -a
3030
chmod 755 ./php
3131
@@ -113,7 +113,7 @@ jobs:
113113
- name: Download PHP Cli
114114
id: php_cli
115115
run: |
116-
gh run download 3825999869 -R hyperf/lwmbs -n cli_static_${{ matrix.php-version }}_musl_${{ matrix.arch }}_ad4bf78451bf9894c4711694556132cc8f268ebf4a4607ba487984cdd338efad
116+
gh run download 3826528598 -R hyperf/lwmbs -n cli_static_${{ matrix.php-version }}_musl_${{ matrix.arch }}_ad4bf78451bf9894c4711694556132cc8f268ebf4a4607ba487984cdd338efad
117117
ls -a
118118
chmod 755 ./php
119119

.github/workflows/macos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Download PHP Cli
2626
id: php_cli
2727
run: |
28-
gh run download 3826009291 -R hyperf/lwmbs -n cli_${{ matrix.php-version }}_${{ matrix.arch }}_ad4bf78451bf9894c4711694556132cc8f268ebf4a4607ba487984cdd338efad
28+
gh run download 3826528969 -R hyperf/lwmbs -n cli_${{ matrix.php-version }}_${{ matrix.arch }}_ad4bf78451bf9894c4711694556132cc8f268ebf4a4607ba487984cdd338efad
2929
chmod 755 ./php
3030
3131
- name: Download Composer

.github/workflows/windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Download PHP Cli
2626
id: php_cli
2727
run: |
28-
gh run download 3825884688 -R hyperf/lwmbs -n cli_${{ matrix.php-version }}_${{ matrix.arch }}_ad4bf78451bf9894c4711694556132cc8f268ebf4a4607ba487984cdd338efad
28+
gh run download 3826529288 -R hyperf/lwmbs -n cli_${{ matrix.php-version }}_${{ matrix.arch }}_ad4bf78451bf9894c4711694556132cc8f268ebf4a4607ba487984cdd338efad
2929
ls -File
3030
3131
- name: Download Composer

pkgs.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
"php": {
1717
"repo": "hyperf/lwmbs",
1818
"jobs": {
19-
"Darwin.x86_64": "3826009291",
20-
"Darwin.arm64": "3826009291",
21-
"Linux.x86_64": "3825999869",
22-
"Linux.aarch64": "3825999869",
23-
"Windows.AMD64": "3825884688"
19+
"Darwin.x86_64": "3826528969",
20+
"Darwin.arm64": "3826528969",
21+
"Linux.x86_64": "3826528598",
22+
"Linux.aarch64": "3826528598",
23+
"Windows.AMD64": "3826529288"
2424
},
2525
"job_artifact_match_rule": {
2626
"Darwin.x86_64": "${{prefix}}_${{php-version}}_${{arch}}",
@@ -41,11 +41,11 @@
4141
"micro": {
4242
"repo": "hyperf/lwmbs",
4343
"jobs": {
44-
"Darwin.x86_64": "3826009291",
45-
"Darwin.arm64": "3826009291",
46-
"Linux.x86_64": "3825999869",
47-
"Linux.aarch64": "3825999869",
48-
"Windows.AMD64": "3825884688"
44+
"Darwin.x86_64": "3826528969",
45+
"Darwin.arm64": "3826528969",
46+
"Linux.x86_64": "3826528598",
47+
"Linux.aarch64": "3826528598",
48+
"Windows.AMD64": "3826529288"
4949
},
5050
"job_artifact_match_rule": {
5151
"Darwin.x86_64": "${{prefix}}_${{php-version}}_${{arch}}",

0 commit comments

Comments
 (0)