Skip to content

Commit

Permalink
fix: 使用wget下载ROM [2/2]
Browse files Browse the repository at this point in the history
  • Loading branch information
XayahSuSuSu committed Jul 2, 2021
1 parent 33ab867 commit b881237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/SGSI_Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
run: |
cd $GITHUB_WORKSPACE/Tool-SGSI-build
mkdir ./tmp
wget ${{ github.event.inputs.ROM_URL }} -O "$GITHUB_WORKSPACE/Tool-SGSI-build/tmp/${{ github.event.inputs.ZIP_NAME }}"
wget -U "Mozilla/5.0" ${{ github.event.inputs.ROM_URL }} -O "$GITHUB_WORKSPACE/Tool-SGSI-build/tmp/${{ github.event.inputs.ZIP_NAME }}"
echo "zip_file: $(ls "$GITHUB_WORKSPACE/Tool-SGSI-build/tmp/")"
- name: 配置工具环境...
Expand Down

0 comments on commit b881237

Please sign in to comment.