I’ve added a recording to this reply. What’s interesting is that the behavior I was experiencing yesterday is not happening today. Today, the file just doesn’t get added as the value. You’ll see in the video that the smaller, non-zipped .apk uploads just fine.
The zipped .apk was the file that was causing issues yesterday. It was fully extracted, as it is in my video, and when it would be added to the Value it would show the .zip extension and the request would fail.
Now, the file just doesn’t upload to the GUI at all.
Update:
After waiting an unintentional while the file appeared in the Value section:
You know what, I think the .zip thing has to do with how this .apk is being handled by macOS.
I downloaded the artifact from GitHub Actions, which comes as a zipped file. MacOS extracts the contents and it displays as a standalone APK file but in reality it’s a folder
So I assume that when I add the “folder” Postman is re-compressing the folder into a single zipped file.