Testing #4
This commit is contained in:
parent
73682f1194
commit
a19d7e026a
@ -4,10 +4,15 @@ on: [ release ]
|
||||
|
||||
jobs:
|
||||
cargo-build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-latest-rust
|
||||
steps:
|
||||
- name: Check out code repository
|
||||
uses: actions/checkout@v4
|
||||
- name: Is cargo installed?
|
||||
- name: Build Binary
|
||||
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