Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
huangzhhui committed Jan 3, 2023
1 parent 0cfd951 commit 2a99f5b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Download PHP Cli
id: php_cli
run: |
gh run download 3825999869 -R hyperf/lwmbs -n cli_static_${{ matrix.php-version }}_musl_${{ matrix.arch }}_ad4bf78451bf9894c4711694556132cc8f268ebf4a4607ba487984cdd338efad
gh run download 3826528598 -R hyperf/lwmbs -n cli_static_${{ matrix.php-version }}_musl_${{ matrix.arch }}_ad4bf78451bf9894c4711694556132cc8f268ebf4a4607ba487984cdd338efad
ls -a
chmod 755 ./php
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
- name: Download PHP Cli
id: php_cli
run: |
gh run download 3825999869 -R hyperf/lwmbs -n cli_static_${{ matrix.php-version }}_musl_${{ matrix.arch }}_ad4bf78451bf9894c4711694556132cc8f268ebf4a4607ba487984cdd338efad
gh run download 3826528598 -R hyperf/lwmbs -n cli_static_${{ matrix.php-version }}_musl_${{ matrix.arch }}_ad4bf78451bf9894c4711694556132cc8f268ebf4a4607ba487984cdd338efad
ls -a
chmod 755 ./php
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Download PHP Cli
id: php_cli
run: |
gh run download 3826009291 -R hyperf/lwmbs -n cli_${{ matrix.php-version }}_${{ matrix.arch }}_ad4bf78451bf9894c4711694556132cc8f268ebf4a4607ba487984cdd338efad
gh run download 3826528969 -R hyperf/lwmbs -n cli_${{ matrix.php-version }}_${{ matrix.arch }}_ad4bf78451bf9894c4711694556132cc8f268ebf4a4607ba487984cdd338efad
chmod 755 ./php
- name: Download Composer
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Download PHP Cli
id: php_cli
run: |
gh run download 3825884688 -R hyperf/lwmbs -n cli_${{ matrix.php-version }}_${{ matrix.arch }}_ad4bf78451bf9894c4711694556132cc8f268ebf4a4607ba487984cdd338efad
gh run download 3826529288 -R hyperf/lwmbs -n cli_${{ matrix.php-version }}_${{ matrix.arch }}_ad4bf78451bf9894c4711694556132cc8f268ebf4a4607ba487984cdd338efad
ls -File
- name: Download Composer
Expand Down
20 changes: 10 additions & 10 deletions pkgs.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"php": {
"repo": "hyperf/lwmbs",
"jobs": {
"Darwin.x86_64": "3826009291",
"Darwin.arm64": "3826009291",
"Linux.x86_64": "3825999869",
"Linux.aarch64": "3825999869",
"Windows.AMD64": "3825884688"
"Darwin.x86_64": "3826528969",
"Darwin.arm64": "3826528969",
"Linux.x86_64": "3826528598",
"Linux.aarch64": "3826528598",
"Windows.AMD64": "3826529288"
},
"job_artifact_match_rule": {
"Darwin.x86_64": "${{prefix}}_${{php-version}}_${{arch}}",
Expand All @@ -41,11 +41,11 @@
"micro": {
"repo": "hyperf/lwmbs",
"jobs": {
"Darwin.x86_64": "3826009291",
"Darwin.arm64": "3826009291",
"Linux.x86_64": "3825999869",
"Linux.aarch64": "3825999869",
"Windows.AMD64": "3825884688"
"Darwin.x86_64": "3826528969",
"Darwin.arm64": "3826528969",
"Linux.x86_64": "3826528598",
"Linux.aarch64": "3826528598",
"Windows.AMD64": "3826529288"
},
"job_artifact_match_rule": {
"Darwin.x86_64": "${{prefix}}_${{php-version}}_${{arch}}",
Expand Down

0 comments on commit 2a99f5b

Please sign in to comment.