-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
Description
Overview
Files that are auto-uploaded (i.e., with the upload-assets snap) and contain multiple periods in their filename have their filenames truncated after the first period in the web client.
Steps to reproduce
- Go to this search query which returns an auto-uploaded file named
vanilla-framework-version-4 - Open this file. See that its full name is
vanilla-framework-version-4.23.0.min.css - Go to this search query which returns a webapp-uploaded file named
vanilla-framework-version-4.23.0.min.css. This matches the full name of the file.
Additional context
The auto-uploaded file above was uploaded using the upload-assets snap and the --url-path parameter:
upload-assets --url-path vanilla-framework-version-4.23.0.min.css ~/Downloads/vanilla-framework-version-4.23.0.min.css
Screenshots
Webapp-uploaded file:

Reactions are currently unavailable
