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
decided to merge the gh release upload step with the draft of the homebrew publishing step
it's a work in progress but this seems to be the way to go
artifacts get uploaded to gh release w/ tag
includes sha256 of each file
then in the same run while everything is available & calculated, the homebrew repo is cloned with credentials & the linux-x64, darwin-x64 and darwin-arm64 binaries and hashes and prepped to send to the homebrew repo as a PR
to generate the updated ruby file, a simple TypeScript file is run that spits out a new ruby file in the right location
homework publishing is now fully automated. a commit is sent to the right repo from gh actions. besides small fix that needs to be done in #11, that's taken care of
right now it takes manually updating the separate repo for the homebrew tap
the tap needs to also support macos-x64, macos-arm64 & linux-x64. right now it is linux-x64 only
The text was updated successfully, but these errors were encountered: