Testing #4
This commit is contained in:
parent
73682f1194
commit
a19d7e026a
@ -4,10 +4,15 @@ on: [ release ]
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
cargo-build:
|
cargo-build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest-rust
|
||||||
steps:
|
steps:
|
||||||
- name: Check out code repository
|
- name: Check out code repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Is cargo installed?
|
- name: Build Binary
|
||||||
run: |
|
run: |
|
||||||
which cargo
|
cargo build --release
|
||||||
|
- name: Push binary to artifact
|
||||||
|
uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: build
|
||||||
|
path: ./target/release/rust-archlinux-update
|
Loading…
x
Reference in New Issue
Block a user