This commit is contained in:
@@ -2,7 +2,7 @@ name: Rust CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: ["**"]
|
||||
branches: [main]
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
@@ -29,3 +29,9 @@ jobs:
|
||||
|
||||
- name: Build (release)
|
||||
run: cargo build --release
|
||||
|
||||
- name: Upload binary
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: bhs-linux
|
||||
path: target/release/bhs
|
||||
|
||||
Reference in New Issue
Block a user