Commit 07b939ff authored by Li Mi's avatar Li Mi

添加下载脚本

parent c9724dc8
......@@ -49,6 +49,6 @@ jobs:
- name: 检出代码
uses: actions/checkout@v2
- name: 准备同步工具
run: bash ./tools.sh
run: bash ./sync-tool/tools.sh
- name: 搬回国内
run: ./image-syncer -r 3 --auth auth.json --images ./php-fpm/pter.yml
run: ./image-syncer -r 3 --auth ./sync-tool/auth.json --images ./php-fpm/pter.yml
#!/bin/bash
wget -O image-syncer https://github.com/gzzchh/image-syncer/releases/download/1.4.1/image-syncer && chmod +x image-syncer
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment