Skip to content

Commit

Permalink
Fix 修复部分文件下载
Browse files Browse the repository at this point in the history
  • Loading branch information
YangRucheng committed Jan 20, 2025
1 parent ee6d328 commit 3761233
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/light-picture.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:

- name: 下载文件
run: |
wget -o "nginx.conf" "https://github.com/YangRucheng/Docker-Image/raw/refs/heads/main/light-picture/nginx.conf"
wget -o "Dockerfile" "https://github.com/YangRucheng/Docker-Image/raw/refs/heads/main/light-picture/Dockerfile"
wget -O "nginx.conf" "https://github.com/YangRucheng/Docker-Image/raw/refs/heads/main/light-picture/nginx.conf"
wget -O "Dockerfile" "https://github.com/YangRucheng/Docker-Image/raw/refs/heads/main/light-picture/Dockerfile"
- name: 设置 Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit 3761233

Please sign in to comment.