mirror of
https://github.com/ModernRelay/omnigraph.git
synced 2026-07-06 02:52:11 +02:00
Update workflow actions and add Homebrew install docs
This commit is contained in:
parent
816b24d05e
commit
446075f333
5 changed files with 35 additions and 7 deletions
6
.github/workflows/release-edge.yml
vendored
6
.github/workflows/release-edge.yml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
contents: write
|
||||
steps:
|
||||
- name: Checkout source
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5.0.1
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
|
@ -43,7 +43,7 @@ jobs:
|
|||
CARGO_TERM_COLOR: always
|
||||
steps:
|
||||
- name: Checkout source
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5.0.1
|
||||
|
||||
- name: Install Linux dependencies
|
||||
if: runner.os == 'Linux'
|
||||
|
|
@ -78,7 +78,7 @@ jobs:
|
|||
shasum -a 256 "${{ matrix.asset_name }}.tar.gz" > "${{ matrix.asset_name }}.sha256"
|
||||
|
||||
- name: Publish edge release assets
|
||||
uses: softprops/action-gh-release@v2
|
||||
uses: softprops/action-gh-release@v2.5.0
|
||||
with:
|
||||
tag_name: edge
|
||||
name: Edge
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue