Skip to content

Commit

Permalink
同步主分支
Browse files Browse the repository at this point in the history
  • Loading branch information
jingjingxyk committed Jan 3, 2024
2 parents c02ca93 + 089c2a1 commit 2bd26d5
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/linux-aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,4 +167,3 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
files: php-cli-v${{ env.APP_VERSION }}-linux-arm64.tar.xz

1 change: 0 additions & 1 deletion .github/workflows/linux-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,4 +224,3 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
files: php-cli-v${{ env.APP_VERSION }}-linux-x64.tar.xz

2 changes: 1 addition & 1 deletion .github/workflows/windows-cygwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
ipconfig
uname -a
pwd
# ipconfig /all
ipconfig /all
- uses: actions/checkout@v3
- name: set php version
Expand Down
1 change: 0 additions & 1 deletion build-release-example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ OPTIONS="${OPTIONS} --with-libavif=1"
# OPTIONS="${OPTIONS} @macos"



if [ ${IN_DOCKER} -eq 1 ] ; then
{
# 容器中
Expand Down

0 comments on commit 2bd26d5

Please sign in to comment.