fixed upload name change
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user