Skip to content

Commit

Permalink
feat(up): ✨ new github-release operation (#477)
Browse files Browse the repository at this point in the history
This introduces a new `github-release` operation for the `up`
configuration. This will take care of downloading the right release
version directly from the github releases, and make it part of the omni
path for the current repository as to be usable directly.

Closes #447
  • Loading branch information
XaF authored Apr 3, 2024
1 parent ed0fa36 commit bcba386
Show file tree
Hide file tree
Showing 27 changed files with 2,081 additions and 677 deletions.
181 changes: 180 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,4 @@ url = "2.5.0"
uuid = { version = "1.8.0", features = ["v4", "fast-rng"] }
walkdir = "2.4.0"
which = "6.0.1"
zip-extract = "0.1.3"
Loading

0 comments on commit bcba386

Please sign in to comment.