fixed upload name change
This commit is contained in:
parent
de2dfcf4e6
commit
45493ee919
@ -35,7 +35,7 @@ jobs:
|
||||
|
||||
if [ "${{ inputs.uploadName }}" != "" ]; then
|
||||
echo "Renaming file to ${{ inputs.uploadName }}"
|
||||
mv ${{ inputs.fileName }}" ${{ inputs.uploadName }}"
|
||||
mv ${{ inputs.fileName }} ${{ inputs.uploadName }}
|
||||
upload_name=${{ inputs.uploadName }}
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user