Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jackalcooper committed Jan 3, 2024
1 parent 515743e commit 224009d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/download.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ jobs:
filename="${filename_input}"
echo "setting filename: ${filename}"
fi
wget ${{ inputs.url }} -O ${filename}
wget "${{ inputs.url }}" -O "${filename}"
ossutil64 --update cp "${filename}" "${{ inputs.ossPath }}/${filename}"

0 comments on commit 224009d

Please sign in to comment.