-
Notifications
You must be signed in to change notification settings - Fork 358
Open
Labels
devopsRelated to CI/CD pipelines and official releasesRelated to CI/CD pipelines and official releasesenhancementFeature request, or bug needing a fixFeature request, or bug needing a fix
Description
Describe the bug
When I downloaded UE4SS artifact from #1139 I found the following issues:
- Directory structure was not maintained (everything in one folder) so had to manually move files into the right places
- KismetDebuggerMod.dll/pdb was named as itself rather than as main which caused UE4SS to crash on startup when it tried to load incorrectly named dll
- What is UVTD.exe/pdb and what is it for? Does it need to be in the PR artifact?
To reproduce
- Open any recent PR that creates artifact comment
- Download artifact .zip
- See contents of .zip
Expected behavior
- Directory structure is the correct one so the install of the zip is just extract into normal place and it's all there
- KismetDebuggerMod to be named correctly
- No idea
Metadata
Metadata
Assignees
Labels
devopsRelated to CI/CD pipelines and official releasesRelated to CI/CD pipelines and official releasesenhancementFeature request, or bug needing a fixFeature request, or bug needing a fix