Closed jxbt closed 9 months ago
The update involves renaming a GitHub workflow to reflect its new capability of building executables for both Windows and Mac platforms. It also introduces a change in how the upload URL for release assets is handled, specifically through encoding it in Base64 format for security or compatibility reasons, and then decoding it when uploading the macOS executable. This adjustment streamlines the process for handling executables across different operating systems within the same workflow.
File Path | Change Summary |
---|---|
.github/workflows/windows-and-mac-build.yml |
Renamed workflow, added macOS executable handling, implemented Base64 encoding/decoding for the upload URL |
🐇✨
In the realm of code, where binaries are spun,
A rabbit hopped in, seeking some fun.
"Let's build," it said, "for Mac and Win,
With a twist in the URL, let the magic begin!"
Through lines of YAML, it danced with glee,
"For every coder and user, this change shall be key!"
🚀🌈
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
It worked!!! I did this on main because i didnt feel like renaming things
https://github.com/ff14-advanced-market-search/AzerothAuctionAssassin/actions/runs/8031864760
this change fixes the "skip output" issue which arises in github repositories that belong to an organization account.
Summary by CodeRabbit