You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
uploads a zip file with the entire workspace, e.g., ., which when downloaded includes app/build/outputs, but everything else as well. Changing the name to appBundle-outputs resolves the issue and the zip file contains just the app/build/outputs cotntent.
What did you expect to happen?
The uploaded zip file to only contain the content at the specified path.
How can we reproduce it?
Do an upload of a sub-directory path with "release-apk-outputs" or "release-bundle-outputs" as the name.
Anything else we need to know?
No response
What version of the action are you using?
4.4.3
What are your runner environments?
self-hosted, linux
Are you on GitHub Enterprise Server? If so, what version?
NO
The text was updated successfully, but these errors were encountered:
What happened?
I encountered a situation where multiple dashes in the name appear to cause the path parameter to be ignored.
uploads a zip file with the entire workspace, e.g.,
.
, which when downloaded includesapp/build/outputs
, but everything else as well. Changing the name toappBundle-outputs
resolves the issue and the zip file contains just theapp/build/outputs
cotntent.What did you expect to happen?
The uploaded zip file to only contain the content at the specified path.
How can we reproduce it?
Do an upload of a sub-directory path with "release-apk-outputs" or "release-bundle-outputs" as the name.
Anything else we need to know?
No response
What version of the action are you using?
4.4.3
What are your runner environments?
self-hosted, linux
Are you on GitHub Enterprise Server? If so, what version?
NO
The text was updated successfully, but these errors were encountered: