Skip to content

Commit

Permalink
更新 newqqwry.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nmgliangwei authored Aug 19, 2024
1 parent f168efe commit 1b38c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/newqqwry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
mkdir ./tmpdownload
rm -rf ./tmpdownload/*
echo "download dat file..."
wget -q --user-agent="${{ ENV.USER_AGENT }}" -P ./tmpdownload -O qqwry.dat "${{ secrets.DAT_FILE_URL }}"
wget -q --user-agent="${{ ENV.USER_AGENT }}" -O ./tmpdownload/qqwry.dat "${{ secrets.DAT_FILE_URL }}"
if [ $? -eq 0 ]; then
echo "Dat file downloaded successfully."
else
Expand Down

0 comments on commit 1b38c17

Please sign in to comment.