Skip to content

Commit a54dbf4

Browse files
committed
version 1.0.9.20250608 + changelog
1 parent e54029c commit a54dbf4

File tree

5 files changed

+98
-8
lines changed

5 files changed

+98
-8
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
6262
# Clean up unnecessary files
6363
cd releases/${RELEASE_NAME}
64-
rm -rf .git .github docs/ tests/ composer.json composer.lock package.json phpstan.neon phpunit.xml
64+
rm -rf .git .github docs/ tests/ composer.json composer.lock package.json phpstan.neon phpunit.xml pack-sfx.php
6565
6666
# Extract and copy Swoole binary
6767
cd ../..
@@ -95,7 +95,7 @@ jobs:
9595
9696
# Clean up unnecessary files
9797
cd releases/${RELEASE_NAME}
98-
rm -rf .git .github docs/ tests/ composer.json composer.lock package.json phpstan.neon phpunit.xml
98+
rm -rf .git .github docs/ tests/ composer.json composer.lock package.json phpstan.neon phpunit.xml pack-sfx.php
9999
100100
# Extract and copy Swoole binary
101101
cd ../..
@@ -129,7 +129,7 @@ jobs:
129129
130130
# Clean up unnecessary files
131131
cd releases/${RELEASE_NAME}
132-
rm -rf .git .github docs/ tests/ composer.json composer.lock package.json phpstan.neon phpunit.xml
132+
rm -rf .git .github docs/ tests/ composer.json composer.lock package.json phpstan.neon phpunit.xml pack-sfx.php
133133
134134
# Extract and copy Swoole binary
135135
cd ../..
@@ -163,7 +163,7 @@ jobs:
163163
164164
# Clean up unnecessary files
165165
cd releases/${RELEASE_NAME}
166-
rm -rf .git .github docs/ tests/ composer.json composer.lock package.json phpstan.neon phpunit.xml
166+
rm -rf .git .github docs/ tests/ composer.json composer.lock package.json phpstan.neon phpunit.xml pack-sfx.php
167167
168168
# Extract and copy Swoole binary
169169
cd ../..
@@ -197,7 +197,7 @@ jobs:
197197
198198
# Clean up unnecessary files
199199
cd releases/${RELEASE_NAME}
200-
rm -rf .git .github docs/ tests/ composer.json composer.lock package.json phpstan.neon phpunit.xml
200+
rm -rf .git .github docs/ tests/ composer.json composer.lock package.json phpstan.neon phpunit.xml pack-sfx.php
201201
202202
# Extract Windows Swoole
203203
cd ../..

0 commit comments

Comments
 (0)