Skip to content

Commit

Permalink
Update zip_flows_src.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
amclubs authored Dec 16, 2024
1 parent ca6b7b4 commit 29d30bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/zip_flows_src.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
mv _worker.js _worker.js.bak
fi
cp _worker.src.js _worker.js
# 将 _worker.js 文件压缩到 _worker.src.js.zip 中
zip _worker.src.js.zip _worker.js
rm _worker.js
if [ -f _worker.js.bak ]; then
Expand Down

0 comments on commit 29d30bd

Please sign in to comment.