Skip to content

Commit

Permalink
feat: Reuse wget
Browse files Browse the repository at this point in the history
  • Loading branch information
XayahSuSuSu committed Aug 30, 2021
1 parent 57377a4 commit 923582a
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 @@ -67,7 +67,7 @@ jobs:
run: |
cd $GITHUB_WORKSPACE/Tool-SGSI-build
mkdir ./tmp
curl "${{ github.event.inputs.ROM_URL }}" --output "$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: Configuration tool environment...
Expand Down

0 comments on commit 923582a

Please sign in to comment.