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 f72f2d7 commit 0ec9c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/zip_flows_src.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v2

- name: Zip the worker file # 将 _worker.js 文件打包成 worker.js.zip
run: zip _worker.js.zip -j _worker.src.js -O _worker.js
run: zip _worker.src.js.zip -j _worker.src.js -O _worker.js

- name: Commit and push the packaged file # 提交并推送打包后的文件
uses: EndBug/add-and-commit@v7
Expand Down

0 comments on commit 0ec9c76

Please sign in to comment.